Method CopyTo
| Improve this Doc View SourceCopyTo(DataRow[], Int32)
Copies all DataRow objects in this DataSet to an array.
Declaration
public void CopyTo(DataRow[] array, int arrayIndex)
Parameters
Type | Name | Description |
---|---|---|
DataRow[] | array | The target array. |
System.Int32 | arrayIndex | The start index of the target array to receive DataRow objects. |
Implements
System.Collections.Generic.ICollection<T>.CopyTo(T[], System.Int32)