Gets the NpgsqlParameter at the specified index.
Gets the NpgsqlParameter at the specified index.
public NpgsqlParameter this[int] {get; set;}
Gets the NpgsqlParameter with the specified name.
public NpgsqlParameter this[string] {get; set;}
NpgsqlParameterCollection Class | Npgsql Namespace