IndexedAttribute.Name Property
In This Article
Gets or sets the name of the index.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
#Declaration
#Remarks
Index names must be unique within a persistent object but do not need to be unique within a database. Index names must follow the rules of identifiers.
See Also