DbParameterCollection.Remove(Object) Method

Definition

Removes the specified DbParameter object from the collection.

public:
 abstract void Remove(System::Object ^ value);
public abstract void Remove (object value);
abstract member Remove : obj -> unit
Public MustOverride Sub Remove (value As Object)

Parameters

value
Object

The DbParameter object to remove.

Implements

Applies to

See also