NpgsqlParameter.IsNullable Property
Gets or sets a value indicating whether the parameter accepts null values.
[Visual Basic]
Overrides Public Property IsNullable As
Boolean _
[C#]
public override
bool IsNullable {get; set;}
Property Value
true if null values are accepted; otherwise, false. The default is false.
Implements
IDataParameter.IsNullable
See Also
NpgsqlParameter Class | Npgsql Namespace