IndexedAttribute.Name Property
In This Article
Gets or sets the name of the index.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: 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