Skip to main content

QueryNodeCollection.RemoveAt(Int32) Method

Removes a query at the specified index.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public void RemoveAt(
    int index
)

Parameters

Name Type Description
index Int32

A zero-based integer that is the index of the query to remove. If the index is less than zero or exceeds the number of elements in the collection, an exception is thrown.

See Also