ForeignKeyConstraint Properties
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | _DataSet | This API supports the product infrastructure and is not intended to be used directly from your code. 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. |

