DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / C1DbParameterCollection Class / CopyTo Method
The array of items to copy to the collection.
The index in the collection to copy the items.

In This Topic
    CopyTo Method
    In This Topic
    Copies an array of items to the collection starting at the specified index.
    Syntax
    'Declaration
     
    Public Overrides Sub CopyTo( _
       ByVal array As Array, _
       ByVal index As Integer _
    ) 
    public override void CopyTo( 
       Array array,
       int index
    )

    Parameters

    array
    The array of items to copy to the collection.
    index
    The index in the collection to copy the items.
    See Also