UniqueConstraint Properties
.NET Framework 4.5
The UniqueConstraint type exposes the following members.
| Name | Description | |
|---|---|---|
|
_DataSet | Infrastructure. Gets the DataSet to which this constraint belongs. (Inherited from Constraint.) |
|
Columns | Gets the array of columns that this constraint affects. |
|
ConstraintName | The name of a constraint in the ConstraintCollection. (Inherited from Constraint.) |
|
ExtendedProperties | Gets the collection of user-defined constraint properties. (Inherited from Constraint.) |
|
IsPrimaryKey | Gets a value indicating whether or not the constraint is on a primary key. |
|
Table | Gets the table to which this constraint belongs. (Overrides Constraint.Table.) |