SqlQueryCollection.Remove(SqlQuery) Method
Removes the specified query from the collection.
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. |
Returns
Type | Description |
---|---|
Boolean | true if the specified query has been found and removed; otherwise false. |
See Also