[]
        
(Showing Draft Content)

C1.DataConnector.C1DbParameterCollection.Remove

Remove Method

Remove(object)

Removes the specified DbParameter object from the collection.

Declaration
public override void Remove(object value)
Parameters
Type Name Description
object value

The DbParameter object to remove.

Overrides