| Devart.Data.Oracle Namespace : ReadLobMode Enumeration (Devart.Data.Oracle) |
Determines how LOB data is fetched and represented.
| Member | Description |
|---|---|
| Value | LOB objects are treated as byte arrays or strings, and fetched immediately. |
| 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. |
| 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. |
| 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. |
Devart.Data.Oracle Namespace | ReadLobMode Property
© 2002 - 2013 Devart. All Rights Reserved.