SqlQueryCollection.ContainsName(String) Method
Indicates whether or not a query with the specified name exists in the SqlQueryCollection.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v25.2.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | A String value, specifying the query name. |
Returns
| Type | Description |
|---|---|
| Boolean | true if a query with the specified name exists in the collection; otherwise false. |
See Also