DBTable.IsIndexIncluded(DBIndex) Method
Indicates whether the DBTable.Indexes collection contains the specified DBIndex object.
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 locate in the collection. |
Returns
Type | Description |
---|---|
Boolean | true if the collection contains the specified object; otherwise, false. |
See Also