[]
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 | The columnts that defines a destination. |
Source | The source table. |
SourceColumns | The columns that defines a source. |