dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlTimeStamp Structure / Null Field

In This Topic
    Null Field (PgSqlTimeStamp)
    In This Topic
    Represents a NULL value that can be assigned to the PgSqlTimeStamp structure.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Null As PgSqlTimeStamp
    public static readonly PgSqlTimeStamp Null

    Field Value

    An object that represents a null PgSqlTimeStamp value.
    Remarks
    The string equivalent of this field is "null" or "NULL" (used in the Parse and ToString methods).
    See Also