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

QueryNodeCollection.Count Property

Gets the number of nodes contained in the QueryNodeCollection instance.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public int Count { get; }

Property Value

Type Description
Int32

An integer value that is the number of elements contained in the collection.

See Also