ForeignKeyConstraint Constructor
Supported by the .NET Compact Framework. |
Overloaded. Initializes a new instance of the ForeignKeyConstraint class. |
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. |
Equals
Supported by the .NET Compact Framework. |
Overridden. Gets a value indicating whether the current ForeignKeyConstraint is identical to the specified object. |
GetHashCode
Supported by the .NET Compact Framework. |
Overridden. Gets the hash code of this instance of the ForeignKeyConstraint object. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. |
Gets the Type of the current instance. |
ToString (inherited from Constraint)
Supported by the .NET Compact Framework. |
Overridden. Gets the ConstraintName, if there is one, as a string. |
Finalize (inherited from Object)
Supported by the .NET Compact Framework. |
Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. |
Creates a shallow copy of the current Object. |