dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteText Class / Null Field

In This Topic
    Null Field (SQLiteText)
    In This Topic
    Represents a null value that can be assigned to the Value property of the SQLiteText object.
    Syntax
    'Declaration
     
    Public Shadows Shared ReadOnly Null As SQLiteText
    public new static readonly SQLiteText Null
    See Also