Npgsql Api Docs

NpgsqlParameterCollection.Remove Method (Object)

Removes the specified NpgsqlParameter from the collection.

[Visual Basic]
Overrides Overloads Public Sub Remove( _
   ByVal value As Object _
) _
    Implements IList.Remove
[C#]
public override void Remove(
   object value
);

Parameters

value
The NpgsqlParameter to remove from the collection.

Implements

IList.Remove

See Also

NpgsqlParameterCollection Class | Npgsql Namespace | NpgsqlParameterCollection.Remove Overload List