[]
Inserts the specified index of the DbParameter object with the specified name into the collection at the specified index.
public override void Insert(int index, object value)
Public Overrides Sub Insert(index As Integer, value As Object)
| Type | Name | Description |
|---|---|---|
| int | index | The index at which to insert the DbParameter object. |
| object | value | The DbParameter object to insert into the collection. |