UniqueConstraint Constructor
Supported by the .NET Compact Framework. |
Overloaded. Initializes a new instance of the UniqueConstraint class. |
Columns
Supported by the .NET Compact Framework. |
Gets the array of columns that this constraint affects. |
ConstraintName (inherited from Constraint)
Supported by the .NET Compact Framework. |
The name of a constraint in the ConstraintCollection. |
ExtendedProperties (inherited from Constraint)
Supported by the .NET Compact Framework. |
Gets the collection of user-defined constraint properties. |
IsPrimaryKey
Supported by the .NET Compact Framework. |
Gets a value indicating whether or not the constraint is on a primary key. |
Table
Supported by the .NET Compact Framework. |
Overridden. Gets the table to which this constraint belongs. |
Equals
Supported by the .NET Compact Framework. |
Overridden. Compares this constraint to a second to determine if both are identical. |
GetHashCode
Supported by the .NET Compact Framework. |
Overridden. Gets the hash code of this instance of the UniqueConstraint 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. |