Npgsql Api Docs

NpgsqlParameterCollection.Item Property (String)

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.

See Also

NpgsqlParameterCollection Class | Npgsql Namespace | NpgsqlParameterCollection.Item Overload List


Item Property (String)
Npgsql Api Docs

NpgsqlParameterCollection.Item Property (String)

Gets the NpgsqlParameter with the specified name.

[Visual Basic]
Overloads Public Default Property Item( _
   ByVal parameterName As String _
) As DbParameter
[C#]
public System.Data.Common.DbParameter 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.

See Also

NpgsqlParameterCollection Class | Npgsql Namespace | NpgsqlParameterCollection.Item Overload List