UniqueConstraint Constructor (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.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

public:
UniqueConstraint(
	array<DataColumn^>^ columns,
	bool isPrimaryKey
)

Parameters

columns
Type: array<System.Data::DataColumn^>^

An array of DataColumn objects to constrain.

isPrimaryKey
Type: System::Boolean

true to indicate that the constraint is a primary key; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: