ForeignKeyConstraint<(Of <(<'TObjectName, TDbType>)>)> Properties
The ForeignKeyConstraint<(Of <(<'TObjectName, TDbType>)>)> type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
|
ConstrainedColumns |
Gets the columns in the parent table.
|
|
|
ConstrainedTableName |
Gets the name of the parent table.
|
|
|
Name |
Gets the name of the constraint.
(Inherited from ForeignKeyConstraint.) |
|
|
ReferencedColumns |
Gets the columns in the referenced table. This will usually be the primary key(s).
|
|
|
ReferencedTableName |
Gets the name of the referenced table.
|

