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