[]
Removes the DbParameter object at the specified from the collection.
public override void RemoveAt(int index)
Public Overrides Sub RemoveAt(index As Integer)
| Type | Name | Description |
|---|---|---|
| int | index | The index where the DbParameter object is located. |
Removes the DbParameter object with the specified name from the collection.
public override void RemoveAt(string parameterName)
Public Overrides Sub RemoveAt(parameterName As String)
| Type | Name | Description |
|---|---|---|
| string | parameterName | The name of the DbParameter object to remove. |