Name | Description | |
---|---|---|
![]() | Cached | Specifies whether the OracleLob is cached. |
![]() | CanRead | Overridden. Gets a value indicating whether the OracleLob 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 OracleLob object supports writing. |
![]() | ChunkSize | Gets a value indicating the minimum number of bytes used during read/write operations. |
![]() | Connection | Gets or sets the OracleConnection used by this instance of the OracleLob. |
![]() | IsBatched | Gets a value indicating whether the application called the BeginBatch method. |
![]() | IsEmpty | Gets a value indicating whether the OracleLob is empty or not. |
![]() | IsNull | Gets a value indicating whether the OracleLob is a Null stream. |
![]() | IsTemporary | Gets a value indicating whether the OracleLob is a temporary LOB. |
![]() | Length | Overridden. Gets the size of the OracleLob. |
![]() | LobType | Gets the LOB data type. |
![]() | Position | Overridden. Gets the current read position in the OracleLob stream. |
![]() | ReadTimeout | (Inherited from System.IO.Stream) |
![]() | Value | Gets the value of the OracleLob object. |
![]() | WriteTimeout | (Inherited from System.IO.Stream) |