Azavea.Open.DAO.AbstractDaLayer.Truncate C# (CSharp) Method

Truncate() public abstract method

Deletes all contents of the table. Faster for large tables than DeleteAll, but requires greater permissions. For layers that do not support this, the behavior should be the same as calling Delete(null, mapping).
public abstract Truncate ( ClassMapping mapping ) : void
mapping ClassMapping
return void
        public abstract void Truncate(ClassMapping mapping);