Name | Description | |
---|---|---|
![]() | Cached | Specifies whether the OracleLob is cached. (Inherited from Devart.Data.Oracle.OracleLob) |
![]() | CanRead | Gets a value indicating whether the OracleLob stream can be read. (Inherited from Devart.Data.Oracle.OracleLob) |
![]() | CanSeek | Gets a value indicating whether forward and backward seek operations can be performed. (Inherited from Devart.Data.Oracle.OracleLob) |
![]() | CanTimeout | Gets a value that determines whether the current stream can time out. (Inherited from System.IO.Stream) |
![]() | CanWrite | Overridden. Always false because OracleBFile is read-only. |
![]() | ChunkSize | Gets a value indicating the minimum number of bytes used during read/write operations. (Inherited from Devart.Data.Oracle.OracleLob) |
![]() | Connection | Gets or sets the OracleConnection used by this instance of the OracleLob. (Inherited from Devart.Data.Oracle.OracleLob) |
![]() | DirectoryName | Gets the name of the directory with which an OracleBFile object is associated. |
![]() | FileExists | Gets a value indicating whether a physical file specified by the DirectoryName and FileName exists. |
![]() | FileName | Gets the name of a physical file with which an OracleBFile object is associated. |
![]() | IsBatched | Gets a value indicating whether the application called the OracleLob.BeginBatch method. (Inherited from Devart.Data.Oracle.OracleLob) |
![]() | IsEmpty | Gets a value indicating whether the OracleLob is empty or not. (Inherited from Devart.Data.Oracle.OracleLob) |
![]() | IsNull | Gets a value indicating whether the OracleLob is a OracleLob.Null stream. (Inherited from Devart.Data.Oracle.OracleLob) |
![]() | IsOpen | Determines whether the physical file has been opened by calling OpenFile method. |
![]() | IsTemporary | Gets a value indicating whether the OracleLob is a temporary LOB. (Inherited from Devart.Data.Oracle.OracleLob) |
![]() | Length | Gets the size of the OracleLob. (Inherited from Devart.Data.Oracle.OracleLob) |
![]() | LobType | Gets the LOB data type. (Inherited from Devart.Data.Oracle.OracleLob) |
![]() | Position | Gets the current read position in the OracleLob stream. (Inherited from Devart.Data.Oracle.OracleLob) |
![]() | 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. (Inherited from Devart.Data.Oracle.OracleLob) |
![]() | 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) |