DBTable.AddIndex(DBIndex) Method
Appends a DBIndex object to the DBTable.Indexes collection.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | DBIndex | A DBIndex object to be added to the collection. |
See Also