Gets or sets a value indicating whether the parameter accepts null values.
public override bool IsNullable {get; set;}
public read-write property IsNullable: Boolean; override;
public override function get,set IsNullable : boolean
public: __property bool get_IsNullable() override;
public: __property void set_IsNullable(
bool value
) override;
'Declaration
Public Overrides NotOverridable Property IsNullable As Boolean
Property Value
true if null values are accepted; otherwise,
false. The default is
false.
.NET Framework
Version 2.0 or later