DataSetFieldSchema::IsUnique Property

 

Gets a value indicating whether values in the data field are required to be unique.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public:
property bool IsUnique {
	virtual bool get() sealed;
}

Property Value

Type: System::Boolean

true if data in the data field is unique; otherwise, false.

The IsUnique property corresponds to the Unique property of a DataColumn.

.NET Framework
Available since 2.0
Return to top
Show: