Share via


SqlDataDictionary.tableDropDDL(Int32) Method

Definition

Generates and returns the SQL statement to drop a table.

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

Parameters

_tableId
Int32

The table to be dropped.

Returns

The SQL statement that drops the specified table.

Applies to