dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLob Class

In This Topic
    OracleLob Class Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public PropertySpecifies whether the OracleLob is cached.  
    Public PropertyOverridden. Gets a value indicating whether the OracleLob stream can be read.  
    Public PropertyOverridden. Gets a value indicating whether forward and backward seek operations can be performed.  
    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 OracleLob object supports writing.  
    Public PropertyGets a value indicating the minimum number of bytes used during read/write operations.  
    Public PropertyGets or sets the OracleConnection used by this instance of the OracleLob.  
    Public PropertyGets a value indicating whether the application called the BeginBatch method.  
    Public PropertyGets a value indicating whether the OracleLob is empty or not.  
    Public PropertyGets a value indicating whether the OracleLob is a Null stream.  
    Public PropertyGets a value indicating whether the OracleLob is a temporary LOB.  
    Public PropertyOverridden. Gets the size of the OracleLob.  
    Public PropertyGets the LOB data type.  
    Public PropertyOverridden. Gets the current read position in the OracleLob stream.  
    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 the value of the OracleLob object.  
    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