Share via


SqlDataDictionary.tableCreateDDL(Int32) Method

Definition

Generates and returns the SQL statement to create a table.

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

Parameters

_tableId
Int32

The table handle of the table to be created.

Returns

The SQL statement to create a table.

Applies to