UniqueConstraint Constructor
Initializes a new instance of the UniqueConstraint class.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | UniqueConstraint(DataColumn^) | Initializes a new instance of the UniqueConstraint class with the specified DataColumn. |
![]() | UniqueConstraint(DataColumn^, Boolean) | Initializes a new instance of the UniqueConstraint class with the DataColumn to constrain, and a value specifying whether the constraint is a primary key. |
![]() | UniqueConstraint(array<DataColumn^>^) | Initializes a new instance of the UniqueConstraint class with the given array of DataColumn objects. |
![]() | UniqueConstraint(array<DataColumn^>^, Boolean) | Initializes a new instance of the UniqueConstraint class with an array of DataColumn objects to constrain, and a value specifying whether the constraint is a primary key. |
![]() | UniqueConstraint(String^, DataColumn^) | Initializes a new instance of the UniqueConstraint class with the specified name and DataColumn. |
![]() | UniqueConstraint(String^, DataColumn^, Boolean) | Initializes a new instance of the UniqueConstraint class with the specified name, the DataColumn to constrain, and a value specifying whether the constraint is a primary key. |
![]() | UniqueConstraint(String^, array<DataColumn^>^) | Initializes a new instance of the UniqueConstraint class with the specified name and array of DataColumn objects. |
![]() | UniqueConstraint(String^, array<DataColumn^>^, Boolean) | Initializes a new instance of the UniqueConstraint class with the specified name, an array of DataColumn objects to constrain, and a value specifying whether the constraint is a primary key. |
![]() | UniqueConstraint(String^, array<String^>^, Boolean) | Initializes a new instance of the UniqueConstraint class with the specified name, an array of DataColumn objects to constrain, and a value specifying whether the constraint is a primary key. |
