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);