TColumnMetadata.Create Constructor
Creates a TColumnMetadata associated with the given table.
Syntax
Unit: Aurelius.Sql.Metadata
constructor TColumnMetadata.Create(ATable: TTableMetadata);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| ATable | TTableMetadata | The table that owns this column. |