Skip to main content

QueryNodeCollection.Remove(QueryNode) Method

Removes the specified query from the collection.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public bool Remove(
    QueryNode item
)

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