Skip to main content
.NET 6.0+

IndexedAttribute.Name Property

Gets or sets the name of the index.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public string Name { get; set; }

Property Value

Type Description
String

A String value that specifies the name of the index.

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