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