Show / Hide Table of Contents

Method CopyTo

| Improve this Doc View Source

CopyTo(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)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest