OdbcParameterCollection::Insert Method (Int32, OdbcParameter^)

 

Inserts a OdbcParameter object into the OdbcParameterCollection at the specified index.

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

public:
void Insert(
	int index,
	OdbcParameter^ value
)

Parameters

index
Type: System::Int32

The zero-based index at which the object should be inserted.

value
Type: System.Data.Odbc::OdbcParameter^

A OdbcParameter object to be inserted in the OdbcParameterCollection.

.NET Framework
Available since 2.0
Return to top
Show: