SqlQueryCollection.CopyTo(SqlQuery[], Int32) Method
In This Article
Copies the entire SQL query collection to a one dimensional array starting at the specified index of the target array.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
array | Sql |
A one-dimensional array that is the destination for the Sql |
array |
Int32 | An integer value, specifying the zero-based index in the target array at which copying begins. |
#Remarks
The specified array must be of a compatible type.
See Also