ForeignKeyConstraint Properties
.NET Framework 4.5
The ForeignKeyConstraint type exposes the following members.
| Name | Description | |
|---|---|---|
|
_DataSet | Infrastructure. Gets the DataSet to which this constraint belongs. (Inherited from Constraint.) |
|
AcceptRejectRule | Indicates the action that should take place across this constraint when AcceptChanges is invoked. |
|
Columns | Gets the child columns of this constraint. |
|
ConstraintName | The name of a constraint in the ConstraintCollection. (Inherited from Constraint.) |
|
DeleteRule | Gets or sets the action that occurs across this constraint when a row is deleted. |
|
ExtendedProperties | Gets the collection of user-defined constraint properties. (Inherited from Constraint.) |
|
RelatedColumns | The parent columns of this constraint. |
|
RelatedTable | Gets the parent table of this constraint. |
|
Table | Gets the child table of this constraint. (Overrides Constraint.Table.) |
|
UpdateRule | Gets or sets the action that occurs across this constraint on when a row is updated. |