dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlVector<T> Structure / IsNull Property

In This Topic
    IsNull Property (SqlVector<T>)
    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