UniqueConstraint Constructor (DataColumn^, Boolean)
.NET Framework (current version)
Initializes a new instance of the UniqueConstraint class with the DataColumn to constrain, and a value specifying whether the constraint is a primary key.
Assembly: System.Data (in System.Data.dll)
Parameters
- column
-
Type:
System.Data::DataColumn^
The DataColumn to constrain.
- isPrimaryKey
-
Type:
System::Boolean
true to indicate that the constraint is a primary key; otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
Show: