Name | Description | |
---|---|---|
![]() | CanRead | Overridden. Gets a value indicating whether the PgSqlBlob stream can be read. |
![]() | CanSeek | Overridden. Gets a value indicating whether forward and backward seek operations can be performed. |
![]() | CanTimeout | (Inherited from System.IO.Stream) |
![]() | CanWrite | Overridden. Gets a value indicating whether the PgSqlBlob object supports writing. |
![]() | IsEmpty | Gets a value indicating whether the PgSqlBlob is empty or not. |
![]() | IsNull | Gets a value indicating whether the PgSqlBlob is a Null stream. |
![]() | Length | Overridden. Gets the size of the PgSqlBlob. |
![]() | Position | Overridden. Gets the current read position in the PgSqlBlob stream. |
![]() | ReadTimeout | (Inherited from System.IO.Stream) |
![]() | Value | Gets the value of the PgSqlBlob object. |
![]() | WriteTimeout | (Inherited from System.IO.Stream) |