[]
Defines the foreigh key.
public sealed class ForeignKey
| Name | Description |
|---|---|
| ForeignKey(Table, Table, IEnumerable<Column>, IEnumerable<Column>) | Initializes a new instance of the ForeignKey class. |
| Name | Description |
|---|---|
| Destination | The destination table. |
| DestinationColumns | Gets the columns in the destination table that are referenced. |
| Source | The source table. |
| SourceColumns | Gets the columns in the source table that make up the foreign key. |