ForeignKeyConstraint Members
The ForeignKeyConstraint type exposes the following members.
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.
|
|
|
ReferencedColumns |
Gets the columns in the referenced table. This will usually be the primary key(s).
|
|
|
ReferencedTableName |
Gets the name of the referenced table.
|

