OleDbParameterCollection::Insert Method (Int32, OleDbParameter^)
.NET Framework (current version)
Inserts a OleDbParameter object into the OleDbParameterCollection at the specified index.
Assembly: System.Data (in System.Data.dll)
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
Available since 2.0
Show: