ComponentOne DataObjects for .NET
CopyTo Method (C1DataRowCollection)

C1.Data.2 Assembly > C1.Data Namespace > C1DataRowCollection Class : CopyTo Method
The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.
The zero-based index in array at which copying begins.
Copies elements of the collection to an array starting at a particular array index.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As C1DataRow, _
   ByVal index As System.Integer _
) 
public void CopyTo( 
   C1DataRow[] array,
   System.int index
)

Parameters

array
The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.
index
The zero-based index in array at which copying begins.
See Also

Reference

C1DataRowCollection Class
C1DataRowCollection Members
C1DataRowCollection Class