Mimer SQL Data Provider
CopyTo Method (MimerParameterCollection)




Mimer.Data.Client Namespace > MimerParameterCollection Class : CopyTo Method
The array into which to copy the MimerParameter objects.
Start index in the array.
Copies the MimerParameter objects from the MimerParameterCollection to the supplied array.
Syntax
'Declaration
 
Public Overrides NotOverridable Sub CopyTo( _
   ByVal array As Array, _
   ByVal index As Integer _
) 
public override void CopyTo( 
   Array array,
   int index
)
public procedure CopyTo( 
    array: Array;
    index: Integer
); override; 
public override function CopyTo( 
   array : Array,
   index : int
);
public: void CopyTo( 
   Array* array,
   int index
) override 

Parameters

array
The array into which to copy the MimerParameter objects.
index
Start index in the array.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerParameterCollection Class
MimerParameterCollection Members