QueryNodeCollection.Remove(QueryNode) Method
Removes the specified query from the collection.
Namespace: DevExpress.DataAccess.DataFederation
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | QueryNode | A query to remove from the collection. |
Returns
| Type | Description |
|---|---|
| Boolean | True, if the specified element is successfully removed from the collection; otherwise, false. Returns false if the collection does not contain the specified element. |
Remarks
When an element is removed from the collection, all subsequent elements are moved up one position in the collection.
See Also