Npgsql Api Docs

NpgsqlParameterCollection.Item Property (Int32)

Gets the NpgsqlParameter at the specified index.

[Visual Basic]
NotOverridable Overloads Public Default Property Item( _
   ByVal index As Integer _
) As NpgsqlParameter
[C#]
public NpgsqlParameter this[
   int index
] {get; set;}

Parameters

index
The zero-based index of the NpgsqlParameter to retrieve.

Property Value

The NpgsqlParameter at the specified index.

See Also

NpgsqlParameterCollection Class | Npgsql Namespace | NpgsqlParameterCollection.Item Overload List


Item Property (Int32)
Npgsql Api Docs

NpgsqlParameterCollection.Item Property (Int32)

Gets the NpgsqlParameter at the specified index.

[Visual Basic]
Overloads Public Default Property Item( _
   ByVal index As Integer _
) As DbParameter
[C#]
public System.Data.Common.DbParameter this[
   int index
] {get; set;}

Parameters

index
The zero-based index of the NpgsqlParameter to retrieve.

Property Value

The NpgsqlParameter at the specified index.

See Also

NpgsqlParameterCollection Class | Npgsql Namespace | NpgsqlParameterCollection.Item Overload List