Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

[DefaultValue(false)]
public bool IsUnique

Field Value

Type Default
Boolean false
See Also