TDropTableCommand Class
DDL command that generates a DROP TABLE statement.
Syntax
Unit: Aurelius.Schema.Commands
TDropTableCommand = class(TDDLCommand);
Constructors
| Name | Description |
|---|---|
| Create | Creates a TDropTableCommand for the given table. |
Properties
| Name | Description |
|---|---|
| Table | Gets or sets the table metadata that this command will drop. |