NpgsqlParameter.Value Property
[This is preliminary documentation and subject to change.]
Gets or sets the value of the parameter.
[Visual Basic]
<TypeConverter(ConverterTypeName="System.ComponentModel.StringConverter, System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<Category(Category="Data")>
NotOverridable Public Property Value As
Object Implements _
IDataParameter.Value
[C#]
[TypeConverter(ConverterTypeName="System.ComponentModel.StringConverter, System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[Category(Category="Data")]
public
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