Share via


IScalarDataType.IsVoid Property

Gets a value that indicates whether this data type represents the neutral void type, which is the type for NULL expression.

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

Syntax

'Declaration
ReadOnly Property IsVoid As Boolean
    Get
'Usage
Dim instance As IScalarDataType
Dim value As Boolean

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

Property Value

Type: System.Boolean
true if this is a void type; otherwise, false.