Share via


SqlDataDictionary.tableTruncateDDL(Int32) Method

Definition

Generates and returns a SQL statement to truncate a table.

public:
 virtual System::String ^ tableTruncateDDL(int _tableId);
public virtual string tableTruncateDDL (int _tableId);
abstract member tableTruncateDDL : int -> string
override this.tableTruncateDDL : int -> string
Public Overridable Function tableTruncateDDL (_tableId As Integer) As String

Parameters

_tableId
Int32

The table handle of the table to be truncated.

Returns

The SQL statement to truncate the table.

Applies to