Skip to main content

QueryNodeCollection.Item[Int32] Property

Gets or sets the query with 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 QueryNode this[int index] { get; set; }

Parameters

Name Type Description
index Int32

An integer value that is the zero-based index in the collection.

Property Value

Type Description
QueryNode

A query at the specified index.

Remarks

If the index is less than zero, or exceeds the number of items in the collection, an exception is thrown.

See Also