Npgsql Api Docs

NpgsqlParameter.Value Property

Gets or sets the value of the parameter.

[Visual Basic]
Overrides Public Property Value As Object _
    Implements IDataParameter.Value
[C#]
public override object Value {get; set;}

Property Value

An Object that is the value of the parameter. The default value is null.

Implements

IDataParameter.Value

See Also

NpgsqlParameter Class | Npgsql Namespace