ForeignKeyConstraint Methods
.NET Framework 4.5
The ForeignKeyConstraint type exposes the following members.
| Name | Description | |
|---|---|---|
|
CheckStateForProperty | Infrastructure. Gets the DataSet to which this constraint belongs. (Inherited from Constraint.) |
|
Equals | Gets a value indicating whether the current ForeignKeyConstraint is identical to the specified object. (Overrides Object.Equals(Object).) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Gets the hash code of this instance of the ForeignKeyConstraint object. (Overrides Object.GetHashCode().) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
SetDataSet | Sets the constraint's DataSet. (Inherited from Constraint.) |
|
ToString | Gets the ConstraintName, if there is one, as a string. (Inherited from Constraint.) |