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.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
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