NpgsqlParameter.ParameterName Property
Gets or sets the m_Name of the NpgsqlParameter.
[Visual Basic]
Overrides Public Property ParameterName As
String _
[C#]
public override
string ParameterName {get; set;}
Property Value
The m_Name of the NpgsqlParameter. The default is an empty string.
Implements
IDataParameter.ParameterName
See Also
NpgsqlParameter Class | Npgsql Namespace