TCreateColumnCommand.Create Constructor
Creates a TCreateColumnCommand for the given column.
Syntax
Unit: Aurelius.Schema.Commands
constructor TCreateColumnCommand.Create(AColumn: TColumnMetadata);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AColumn | TColumnMetadata | The column metadata used to generate the ALTER TABLE ... ADD COLUMN statement. |