[]
        
(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)
Public Overrides Sub Remove(value As Object)
Parameters
Type Name Description
object value

The DbParameter object to remove.

Overrides