'Declaration Public Enum ReadLobMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum ReadLobMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum ReadLobMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum ReadLobMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
CachedDirect | LOB objects are treated as instances OracleLob, fetched immediately, and stored in cache, so on consequent data fetch operations the LOB object will not be requested again from the server. |
Deferred | LOB objects are treated as instances OracleLob. The actual LOB data is fetched only when the field value is requested. The cache is not used. |
DefferedCachedDirect | LOB objects are treated as instances OracleLob. The actual LOB data is fetched only when the field value is requested. The cache is used. |
Direct | LOB objects are treated as instances OracleLob, and fetched immediately. The cache is not used, so on consequent data fetch operations the LOB object will be read again from the server. |
Value | LOB objects are treated as byte arrays or strings, and fetched immediately. |
System.Object
System.ValueType
System.Enum
Devart.Data.Oracle.ReadLobMode
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2