In This Topic
Inserts the specified index of the DbParameter object with the specified name into the collection at the specified index.
Syntax
'Declaration
Public Overrides Sub Insert( _
ByVal As Integer, _
ByVal As Object _
)
public override void Insert(
int ,
object
)
Parameters
- index
- The index at which to insert the DbParameter object.
- value
- The DbParameter object to insert into the collection.
See Also