Copies the entire collection to an array.
[Visual Basic] Public Sub CopyTo( _ ByVal array As Array, _ ByVal index As Integer _ ) [C#] public void CopyTo( Array array, int index ); [C++] public: void CopyTo( Array* array, int index ); [JScript] public function CopyTo( array : Array, index : int );
ADOParameters Class | ADOParameters Members | System.Data.ADO Namespace