Npgsql Api Docs

NpgsqlParameterCollection.RemoveAt Method

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 override void RemoveAt(int);

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

public override void RemoveAt(string);

See Also

NpgsqlParameterCollection Class | Npgsql Namespace