SqlQueryCollection.Remove(SqlQuery) Method
Removes the specified query from the collection.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
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