Azavea.Open.DAO.AbstractDaLayer.Truncate C# (CSharp) Метод

Truncate() публичный абстрактный Метод

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
Результат void
        public abstract void Truncate(ClassMapping mapping);