Remove Method (UniParameterCollection)
In This Topic
Removes the specified Devart.Common.DbParameter from the collection.
Syntax
'Declaration
Public Overrides Sub Remove( _
ByVal As Object _
)
public override void Remove(
object
)
Parameters
- value
- The Devart.Common.DbParameter object to remove from the collection.
See Also