OleDbParameterCollection::CopyTo Method (array<OleDbParameter^>^, Int32)

 

Copies all the elements of the current OleDbParameterCollection to the specified OleDbParameterCollection starting at the specified destination index.

Namespace:   System.Data.OleDb
Assembly:  System.Data (in System.Data.dll)

public:
void CopyTo(
	array<OleDbParameter^>^ array,
	int index
)

Parameters

array
Type: array<System.Data.OleDb::OleDbParameter^>^

The OleDbParameterCollection that is the destination of the elements copied from the current OleDbParameterCollection.

index
Type: System::Int32

A 32-bit integer that represents the index in the OleDbParameterCollection at which copying starts.

.NET Framework
Available since 2.0
Return to top
Show: