Mimer SQL Data Provider
CopyTo Method (MimerErrorCollection)




Mimer.Data.Client Namespace > MimerErrorCollection Class : CopyTo Method
The target array to copy objects to.
The starting index in the array.
Copies the elements of the MimerErrorCollection into an array, starting at the given index within the array.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array As Array, _
   ByVal i As Integer _
) 
public void CopyTo( 
   Array array,
   int i
)
public procedure CopyTo( 
    array: Array;
    i: Integer
); 
public function CopyTo( 
   array : Array,
   i : int
);
public: void CopyTo( 
   Array* array,
   int i
) 

Parameters

array
The target array to copy objects to.
i
The starting index in the array.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerErrorCollection Class
MimerErrorCollection Members