Npgsql API Docs

NpgsqlParameterCollection.Item Property

Gets the NpgsqlParameter with the specified name.

[Visual Basic]
Overloads Public Default Property Item( _
   ByVal parameterName As String _
) As NpgsqlParameter
[C#]
public NpgsqlParameter this[
   string parameterName
] {get; set;}

Parameters

parameterName
The name of the NpgsqlParameter to retrieve.

Property Value

The NpgsqlParameter with the specified name, or a null reference if the parameter is not found.

Remarks

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

See Also

NpgsqlParameterCollection Class | Npgsql Namespace | NpgsqlParameterCollection.Item Overload List