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