Gets or sets a value indicating whether the parameter accepts null values.
public override bool IsNullable {get; set;}
'Declaration
Public Overrides Property IsNullable As Boolean
Property Value
true if null values are accepted; otherwise,
false. The default value is
false.