Skip to main content
A newer version of this page is available. .

DBTable.Indexes Property

Provides access to the current DBTable‘s indexes collection.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public List<DBIndex> Indexes { get; }

Property Value

Type Description
List<DBIndex>

A list of DBIndex objects that represent the indexes defined for the current DBTable.

See Also