SqlQueryCollection.Contains(SqlQuery) Method
Determines whether or not the collection contains the specified SQL query.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v25.2.dll
NuGet Package: DevExpress.DataAccess
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