DBForeignKey Constructors
The foreign key of a table.Name | Parameters | Description |
---|---|---|
DBForeignKey() | none | Initializes a new instance of the DBForeignKey class with default settings. |
DBForeignKey(ICollection, String, StringCollection) | columns, primaryKeyTable, primaryKeyTableKeyColumns | Initializes a new instance of the DBForeignKey class with the specified settings. |
See Also