ComponentOne DataObjects for .NET
CopyTo Method (TableCollection)

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

Parameters

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

Reference

TableCollection Class
TableCollection Members