ForeignKeyAttribute.Create Constructor
Creates a ForeignKeyAttribute with the specified foreign key name.
Syntax
Unit: Aurelius.Mapping.Attributes
constructor ForeignKeyAttribute.Create(const AName: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | AName | string | The custom name to assign to the foreign key constraint. |