DB2®Clob.CacheData Property

Indicates if the data stored in the DB2Clob instance's current cursor position is being cached.

Namespace:
IBM.Data.DB2Types
Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)

Syntax


[Visual Basic]
Public ReadOnly Property CacheData As Boolean
[C#]
public bool CacheData {get;}
[C++]
public: __property bool get_CacheData();
[JScript]
public function get CacheData() : Boolean;

Property value

true if the DB2Clob structure's instance is being cached; otherwise, false.