Skip to main content

QueryNodeCollection.CopyTo(Array, Int32) Method

Copies all the elements of the current QueryNodeCollection to the specified 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(
    Array array,
    int index
)

Parameters

Name Type Description
array Array

The one-dimensional array that is the destination of the elements copied from the current array.

index Int32

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

See Also