See Also

Devart.Data.Oracle Namespace  | ReadLobMode Property

Language

Visual Basic

C#

Show All

See AlsoLanguagesDevart.Data.OracleSend comments on this topic.

ReadLobMode Enumeration

Devart.Data.Oracle Namespace : ReadLobMode Enumeration (Devart.Data.Oracle)

Determines how LOB data is fetched and represented.

Members

MemberDescription
ValueLOB objects are treated as byte arrays or strings, and fetched immediately.
CachedDirectLOB 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.
DefferedCachedDirectLOB objects are treated as instances OracleLob. The actual LOB data is fetched only when the field value is requested. The cache is used.
DirectLOB 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.
DeferredLOB objects are treated as instances OracleLob. The actual LOB data is fetched only when the field value is requested. The cache is not used.

See Also

Devart.Data.Oracle Namespace  | ReadLobMode Property

 

 


© 2002 - 2013 Devart. All Rights Reserved.