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.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
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