Property TableName
TableName
Gets the name of the table, if available for the request.
Declaration
public string TableName { get; }
Property Value
| Type | Description |
|---|---|
| String |
Table name if available, otherwise null.
|
Remarks
This value is
null for instances of
TableDDLRequest (but not its subclasses) that
represent DDL operation as SQL statement (see
Statement).