asp.net.ph

OleDbParameterCollection.CopyTo Method

System.Data.OleDb Namespace   OleDbParameterCollection Class


Copies the contents of the collection into a single-dimension Array, starting at the specified index.

[ VB ]
NotOverridable Public Sub CopyTo ( _
   ByVal array As Array, _
   ByVal index As Integer _
)

[ C# ]
public void CopyTo (
   Array array,
   int index
);

[ C++ ]
public: __sealed void CopyTo (
   Array* array,
   int index
);

[ JScript ]
public function CopyTo (
   array : Array,
   index : int
);

Parameters

array
The Array to copy the contents of the collection into.
index
The index of the Array to begin copying the contents of the collection into.

Implements

ICollection.CopyTo

See Also

OleDbParameterCollection Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note