Skip to main content
All docs
V26.1
  • QueryNodeCollection.Remove(QueryNode) Method

    Removes the specified query from the collection.

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v26.1.dll

    NuGet Package: DevExpress.DataAccess

    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