SqlQueryCollection.Contains(SqlQuery) Method
Determines whether or not the collection contains the specified SQL query.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
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