IScalar.Nullable Property

Gets a Boolean value that indicates whether the scalar object is nullable.

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

Syntax

'Declaration
ReadOnly Property Nullable As Boolean
    Get
'Usage
Dim instance As IScalar
Dim value As Boolean

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

Property Value

Type: System.Boolean
A Boolean value that indicates whether the scalar object is nullable.