TDropUniqueKeyCommand.Create Constructor
Creates a TDropUniqueKeyCommand for the given unique key.
Syntax
Unit: Aurelius.Schema.Commands
constructor TDropUniqueKeyCommand.Create(AUniqueKey: TUniqueKeyMetadata);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AUniqueKey | TUniqueKeyMetadata | The unique key metadata used to generate the drop statement. |