ForeignKeyConstraint<(Of <(<'TObjectName, TDbType>)>)> Members
The ForeignKeyConstraint<(Of <(<'TObjectName, TDbType>)>)> type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
ForeignKeyConstraint<(Of <(<'TObjectName, TDbType>)>)> |
Initializes a new instance of the ForeignKeyConstraint<(Of <(<'TObjectName, TDbType>)>)> class.
|
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
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.
|

