Truncate method

Deletes all rows in the table while temporarily activating a stop synchronization delete.

Syntax
Visual Basic
Public Sub Truncate()
C#
public void Truncate();
See also