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
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