Skip to main content
A newer version of this page is available. .

QueryNodeCollection.GetEnumerator() Method

Returns an enumerator that iterates through the collection.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public IEnumerator<QueryNode> GetEnumerator()

Returns

Type Description
IEnumerator<QueryNode>

A IEnumerator for the QueryNodeCollection instance.

See Also