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.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public IEnumerator<QueryNode> GetEnumerator()

Returns

Type Description
IEnumerator<QueryNode>

A IEnumerator for the QueryNodeCollection instance.

See Also