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

In This Topic
    IsNull Property (SqlJson)
    In This Topic
    Indicates whether a structure is null. This property is read-only.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsNull As Boolean
    public bool IsNull {get;}
    See Also