XPCursor.CopyTo(Array, Int32) Method
Copies all persistent objects which are stored within the current collection to the specified array starting at the specified index.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v25.2.dll
NuGet Package: DevExpress.Xpo
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| array | Array | An array which the persistent objects are copied to. |
| index | Int32 | An integer value which specifies the zero-based index at which copying begins. |
See Also