Skip to main content

SqlQueryCollection.Contains(SqlQuery) Method

Determines whether or not the collection contains the specified SQL query.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public bool Contains(
    SqlQuery item
)

Parameters

Name Type Description
item SqlQuery

A SqlQuery object to locate in the collection.

Returns

Type Description
Boolean

true if the specified query is a member of the collection; otherwise, false.

See Also