In This Topic
Removes the DbParameter object at the specified from the collection.
Syntax
'Declaration
Public Overloads Overrides Sub RemoveAt( _
ByVal As Integer _
)
public override void RemoveAt(
int
)
Parameters
- index
- The index where the DbParameter object is located.
See Also