DBTable.Indexes Property
Provides access to the current DBTable‘s indexes collection.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
List<DBIndex> | A list of DBIndex objects that represent the indexes defined for the current DBTable. |
See Also