Npgsql API Docs

NpgsqlParameterCollection.Remove Method 

Removes the specified NpgsqlParameter from the collection.

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

Parameters

value
The NpgsqlParameter to remove from the collection.

Implements

IList.Remove

Remarks

Missing <remarks> documentation for M:Npgsql.NpgsqlParameterCollection.Remove(System.Object)

See Also

NpgsqlParameterCollection Class | Npgsql Namespace