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

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

    Field Value

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