Npgsql API Docs

NpgsqlParameterCollection.Item Property

Gets the NpgsqlParameter at the specified index.

[Visual Basic]
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.

Remarks

Missing <remarks> documentation for P:Npgsql.NpgsqlParameterCollection.Item(System.Int32)

See Also

NpgsqlParameterCollection Class | Npgsql Namespace | NpgsqlParameterCollection.Item Overload List