Npgsql API Documentation

NpgsqlParameterCollection.RemoveAt Method

[This is preliminary documentation and subject to change.]

Removes the specified NpgsqlParameter from the collection using a specific index.

Overload List

Removes the specified NpgsqlParameter from the collection using a specific index.

public void RemoveAt(int);

Removes the specified NpgsqlParameter from the collection using the parameter name.

public void RemoveAt(string);

See Also

NpgsqlParameterCollection Class | Npgsql Namespace