Skip to main content

DBTable.IsIndexIncluded(DBIndex) Method

Indicates whether the DBTable.Indexes collection contains the specified DBIndex object.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public bool IsIndexIncluded(
    DBIndex index
)

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