UniqueConstraint Properties
.NET Framework (current version)
Namespace:
System.Data
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | _DataSet | This API supports the product infrastructure and is not intended to be used directly from your code. 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.) |
Show:

