Share via


SqlDataDictionary.tableTruncateDDL(Int32) Method

Definition

Generates and returns a SQL statement to truncate a table.

public virtual string tableTruncateDDL(int _tableId);

Parameters

_tableId
Int32

The table handle of the table to be truncated.

Returns

The SQL statement to truncate the table.

Applies to