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 | Gets a value that determines whether the current stream can time out. (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 | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out. (Inherited from System.IO.Stream) |
![]() | Value | Gets the value of the OracleLob object. |
![]() | WriteTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out. (Inherited from System.IO.Stream) |