Share via


IClrDataType.IsNullable Property

Gets 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
ReadOnly Property IsNullable As Boolean 
    Get
'Usage
Dim instance As IClrDataType 
Dim value As Boolean 

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

Property Value

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

See Also

Reference

IClrDataType Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace