TDropTableCommand.Create Constructor
Creates a TDropTableCommand for the given table.
Syntax
Unit: Aurelius.Schema.Commands
constructor TDropTableCommand.Create(ATable: TTableMetadata);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| ATable | TTableMetadata | The table metadata used to generate the DROP TABLE statement. |