TCreateForeignKeyCommand Class
DDL command that generates an ALTER TABLE ... ADD FOREIGN KEY statement.
Syntax
Unit: Aurelius.Schema.Commands
TCreateForeignKeyCommand = class(TDDLCommand);
Constructors
| Name | Description |
|---|---|
| Create | Creates a TCreateForeignKeyCommand for the given foreign key. |
Properties
| Name | Description |
|---|---|
| ForeignKey | Gets or sets the foreign key metadata that this command will create. |