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

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.v19.1.dll

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