OleDbParameterCollection::Insert Method (Int32, OleDbParameter^)

 

Inserts a OleDbParameter object into the OleDbParameterCollection at the specified index.

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

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

Parameters

index
Type: System::Int32

The zero-based index at which value should be inserted.

value
Type: System.Data.OleDb::OleDbParameter^

An OleDbParameter object to be inserted in the OleDbParameterCollection.

.NET Framework
Available since 2.0
Return to top
Show: