Share via


IMutableClrDataType.IsNullable Property

Gets or sets a value that indicates whether the data type accepts null values.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Property IsNullable As Boolean
    Get
    Set
'Usage
Dim instance As IMutableClrDataType
Dim value As Boolean

value = instance.IsNullable

instance.IsNullable = value
bool IsNullable { get; set; }
property bool IsNullable {
    bool get ();
    void set (bool value);
}
abstract IsNullable : bool with get, set
function get IsNullable () : boolean
function set IsNullable (value : boolean)

Property Value

Type: System.Boolean
true if the data type accepts null values; otherwise, false.

Implements

IClrDataType.IsNullable