ForeignKeyConstraint Properties
.NET Framework 1.1
The properties of the ForeignKeyConstraint class are listed here. For a complete list of ForeignKeyConstraint class members, see the ForeignKeyConstraint Members topic.
Public Properties
AcceptRejectRule Supported by the .NET Compact Framework. | Indicates the action that should take place across this constraint when AcceptChanges is invoked. |
Columns Supported by the .NET Compact Framework. | Gets the child columns of this constraint. |
ConstraintName (inherited from Constraint)
Supported by the .NET Compact Framework. | The name of a constraint in the ConstraintCollection. |
DeleteRule Supported by the .NET Compact Framework. | Gets or sets the action that occurs across this constraint when a row is deleted. |
ExtendedProperties (inherited from Constraint)
Supported by the .NET Compact Framework. | Gets the collection of user-defined constraint properties. |
RelatedColumns Supported by the .NET Compact Framework. | The parent columns of this constraint. |
RelatedTable Supported by the .NET Compact Framework. | Gets the parent table of this constraint. |
Table Supported by the .NET Compact Framework. | Overridden. Gets the child table of this constraint. |
UpdateRule Supported by the .NET Compact Framework. | Gets or sets the action that occurs across this constraint on when a row is updated. |
