System.Web.UI.Design.IDataSourceFieldSchema.IsUnique Property

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

Syntax

public bool IsUnique { get; }

Value

Documentation for this section has not yet been entered.

Remarks

For a System.Data.DataColumn object, the IDataSourceFieldSchema.IsUnique property corresponds to the System.Data.DataColumn.Unique property.

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0