Skip to main content

QueryNodeCollection.CopyTo(QueryNode[], Int32) Method

Copies all the elements of the QueryNodeCollection instance to a one-dimensional array, starting at the specified index of the destination array.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public void CopyTo(
    QueryNode[] array,
    int arrayIndex
)

Parameters

Name Type Description
array QueryNode[]

A one-dimensional array of QueryNode objects that is the destination of the elements copied from the current array.

arrayIndex Int32

An integer value that is the zero-based index in the destination array at which copying begins.

See Also