Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IndexedAttribute.Name Property

Gets or sets the name of the index.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v21.1.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