TDropDBIndexCommand.Create Constructor
Creates a TDropDBIndexCommand for the given index.
Syntax
Unit: Aurelius.Schema.Commands
constructor TDropDBIndexCommand.Create(ADBIndex: TDBIndexMetadata);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| ADBIndex | TDBIndexMetadata | The index metadata used to generate the DROP INDEX statement. |