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

    PgSqlLargeObject Class Properties

    For a list of all members of this type, see PgSqlLargeObject members.

    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the PgSqlLargeObject is cached on the client.  
    Public PropertyOverridden. Gets a value indicating whether the PgSqlLargeObject is opened and supports reading.  
    Public PropertyOverridden. Gets a value indicating whether the PgSqlLargeObject is opened and supports seeking.  
    Public PropertyGets a value that determines whether the current stream can time out. (Inherited from System.IO.Stream)
    Public PropertyOverridden. Gets a value indicating whether the PgSqlLargeObject is opened and supports writing.  
    Public PropertyGets a value indicating whether the PgSqlLargeObject has any data.  
    Public PropertyGets a value indicating whether the PgSqlLargeObject is a Null.  
    Public PropertyOverridden. Gets the length of the PgSqlLargeObject in bytes.  
    Public PropertyGets the OID of the PgSqlLargeObject.  
    Public PropertyOverridden. Gets the current position of the PgSqlLargeObject.  
    Public PropertyGets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out. (Inherited from System.IO.Stream)
    Public PropertyGets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out. (Inherited from System.IO.Stream)
    Top
    See Also