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

OracleBFile Class Properties

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

Public Properties
 NameDescription
Public PropertySpecifies whether the OracleLob is cached. (Inherited from Devart.Data.Oracle.OracleLob)
Public PropertyGets a value indicating whether the OracleLob stream can be read. (Inherited from Devart.Data.Oracle.OracleLob)
Public PropertyGets a value indicating whether forward and backward seek operations can be performed. (Inherited from Devart.Data.Oracle.OracleLob)
Public PropertyGets a value that determines whether the current stream can time out. (Inherited from System.IO.Stream)
Public PropertyOverridden. Always false because OracleBFile is read-only.  
Public PropertyGets a value indicating the minimum number of bytes used during read/write operations. (Inherited from Devart.Data.Oracle.OracleLob)
Public PropertyGets or sets the OracleConnection used by this instance of the OracleLob. (Inherited from Devart.Data.Oracle.OracleLob)
Public PropertyGets the name of the directory with which an OracleBFile object is associated.  
Public PropertyGets a value indicating whether a physical file specified by the DirectoryName and FileName exists.  
Public PropertyGets the name of a physical file with which an OracleBFile object is associated.  
Public PropertyGets a value indicating whether the application called the OracleLob.BeginBatch method. (Inherited from Devart.Data.Oracle.OracleLob)
Public PropertyGets a value indicating whether the OracleLob is empty or not. (Inherited from Devart.Data.Oracle.OracleLob)
Public PropertyGets a value indicating whether the OracleLob is a OracleLob.Null stream. (Inherited from Devart.Data.Oracle.OracleLob)
Public PropertyDetermines whether the physical file has been opened by calling OpenFile method.  
Public PropertyGets a value indicating whether the OracleLob is a temporary LOB. (Inherited from Devart.Data.Oracle.OracleLob)
Public PropertyGets the size of the OracleLob. (Inherited from Devart.Data.Oracle.OracleLob)
Public PropertyGets the LOB data type. (Inherited from Devart.Data.Oracle.OracleLob)
Public PropertyGets the current read position in the OracleLob stream. (Inherited from Devart.Data.Oracle.OracleLob)
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. (Inherited from Devart.Data.Oracle.OracleLob)
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