Removes the specified NpgsqlParameter from the collection using a specific index.
Removes the specified NpgsqlParameter from the collection using a specific index.
public override void RemoveAt(int);
Removes the specified NpgsqlParameter from the collection using the parameter name.
public override void RemoveAt(string);
NpgsqlParameterCollection Class | Npgsql Namespace