dotConnect for FreshBooks Documentation
Devart.Common Namespace / DbParameterBaseCollection Class / CopyTo Method
The array into which to copy the DbParameterBase objects.
The zero-based index of the array.

In This Topic
CopyTo Method (DbParameterBaseCollection)
In This Topic
Copies a DbParameterBase objects from the DbParameterBaseCollection to the specified array.
Syntax
'Declaration
 
Public Overrides Sub CopyTo( _
   ByVal array As Array, _
   ByVal index As Integer _
) 
 

Parameters

array
The array into which to copy the DbParameterBase objects.
index
The zero-based index of the array.
See Also