Npgsql Api Docs

NpgsqlParameterCollection.Item Property

Gets the NpgsqlParameter at the specified index.

Overload List

Gets the NpgsqlParameter at the specified index.

public NpgsqlParameter this[int] {get; set;}

Gets the NpgsqlParameter at the specified index.

public System.Data.Common.DbParameter this[int] {get; set;}

Gets the NpgsqlParameter with the specified name.

public NpgsqlParameter this[string] {get; set;}

Gets the NpgsqlParameter with the specified name.

public System.Data.Common.DbParameter this[string] {get; set;}

See Also

NpgsqlParameterCollection Class | Npgsql Namespace