Back to Devexpress

IndexedAttribute.Name Property

xpo-devexpress-dot-xpo-dot-indexedattribute-bde30671.md

latest1.1 KB
Original Source

IndexedAttribute.Name Property

Gets or sets the name of the index.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public string Name { get; set; }
vb
Public Property Name As String

Property Value

TypeDescription
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

IndexedAttribute Class

IndexedAttribute Members

DevExpress.Xpo Namespace