Npgsql API Documentation

NpgsqlParameterCollection.Item Property

[This is preliminary documentation and subject to change.]

Gets the NpgsqlParameter at the specified index.

Overload List

Gets the NpgsqlParameter at the specified index.

[Browsable(Browsable=False)]
[DesignerSerializationVisibility(Visibility=(DesignerSerializationVisibility.Hidden))]
public NpgsqlParameter this[int] {get; set;}

Gets the NpgsqlParameter with the specified name.

[Browsable(Browsable=False)]
[DesignerSerializationVisibility(Visibility=(DesignerSerializationVisibility.Hidden))]
public NpgsqlParameter this[string] {get; set;}

See Also

NpgsqlParameterCollection Class | Npgsql Namespace