Remove Method (DbParameterBaseCollection)
Removes the specified
DbParameterBase from the collection.
public override void Remove(
object
)
'Declaration
Public Overrides Sub Remove( _
ByVal As Object _
)
Parameters
- value
- The DbParameterBase object to remove from the collection.