NpgsqlParameter.ParameterName Property
Gets or sets the name of the NpgsqlParameter.
[Visual Basic]
NotOverridable Public Property ParameterName As
String _
[C#]
public
string ParameterName {get; set;}
Property Value
The name of the NpgsqlParameter. The default is an empty string.
Implements
IDataParameter.ParameterName
Remarks
Missing <remarks> documentation for P:Npgsql.NpgsqlParameter.ParameterName
See Also
NpgsqlParameter Class | Npgsql Namespace