Skip to main content
A newer version of this page is available. .

DBIndex.IsUnique Field

true if the index must be unique; otherwise, false. If the IsUnique field is set to true, an exception will be thrown when assigning an index that isn’t unique.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v18.2.dll

Declaration

[DefaultValue(false)]
public bool IsUnique

Field Value

Type Default
Boolean **false**
See Also