dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlLargeObject Class / Null Field

In This Topic
    Null Field (PgSqlLargeObject)
    In This Topic
    Represents a null PgSqlLargeObject object.
    Syntax
    'Declaration
     
    Public Shadows Shared ReadOnly Null As PgSqlLargeObject
    public new static readonly PgSqlLargeObject Null

    Field Value

    An object that represents a null PgSqlLargeObject value.
    See Also