Provides access to members that control Low level Table Write. For use only by custom feature implementations that override Store.
Members
Name | Description | |
---|---|---|
DeleteRows | Deletes a set of rows. | |
InsertRows | A cursor that can be used to insert new rows without polymorphic object insert behavior. | |
RemoveDeletedRows | Sends OnDeleted messages, deletes relationships and part objects (if composite), then calls RemoveRows. | |
RemoveRow | Remove a row from the database without polymorphic object delete behavior. | |
RemoveRows | Remove a set of rows from the database without polymorphic object delete behavior. | |
Truncate | Truncates all rows in the table. | |
UpdateRows | A cursor that can be used to update rows selected by the specified query without polymorphic object update behavior. | |
WriteChangedRows | Sends OnChanged messages, Sends Changed Notifications to related objects, then calls WriteRows. | |
WriteMovedRows | Sends OnChanged messages, sends move notifications to related objects, then calls WriteRows. | |
WriteRotatedRows | Sends OnChanged messages, sends rotate notifications to related objects, then calls WriteRows. | |
WriteRow | Write a row to the database without polymorphic object update behavior. | |
WriteRows | Write a set of rows to the database without polymorphic object update behavior. |
ITableWrite2.Truncate Method
Truncates all rows in the table.
Public Sub Truncate ( _
)
public void Truncate (
);
Remarks
The truncate method is only available for local geodatabase datasets and non-versioned SDE feature classes and tables. This method will truncate the non-versioned table or feature class table. Since this method ignores any schma locks that might be present on the table it should be used with caution.
Inherited Interfaces
Interfaces | Description |
---|---|
ITableWrite | Provides access to members that control Low level Table Write. For use only by custom feature implementations that override Store. |
Classes that implement ITableWrite2
Classes | Description |
---|