NpgsqlParameter.Value Property
Gets or sets the value of the parameter.
[Visual Basic]
NotOverridable Public Property Value As
Object _
[C#]
public
object Value {get; set;}
Property Value
An Object that is the value of the parameter. The default value is null.
Implements
IDataParameter.Value
Remarks
Missing <remarks> documentation for P:Npgsql.NpgsqlParameter.Value
See Also
NpgsqlParameter Class | Npgsql Namespace