IScalarDataType.IsVoid Property

 

Applies To: SQL Server 2016 Preview

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

bool IsVoid { get; }
property bool IsVoid {
    bool get();
}
abstract IsVoid : bool with get
ReadOnly Property IsVoid As Boolean

Property Value

Type: System.Boolean

true if this is a void type; otherwise, false.

See Also

IScalarDataType Interface
Microsoft.SqlServer.Management.SqlParser.Metadata Namespace

Return to top