dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlJson Class / Null Property

In This Topic
    Null Property (SqlJson)
    In This Topic
    Represents a null instance of the SqlJson type. This instance is equivalent to calling the parameterless constructor, or calling the other constructors with a null value.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property Null As SqlJson
    public static SqlJson Null {get;}
    See Also