Npgsql API Docs

NpgsqlParameterCollection.Clear Method 

Removes all items from the collection.

[Visual Basic]
NotOverridable Public Sub Clear() _
    Implements IList.Clear
[C#]
public void Clear();

Implements

IList.Clear

Remarks

Missing <remarks> documentation for M:Npgsql.NpgsqlParameterCollection.Clear

See Also

NpgsqlParameterCollection Class | Npgsql Namespace