OdbcParameterCollection::CopyTo Method (array<OdbcParameter^>^, Int32)

 

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

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

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

Parameters

array
Type: array<System.Data.Odbc::OdbcParameter^>^

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

index
Type: System::Int32

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

.NET Framework
Available since 2.0
Return to top
Show: