DB2 10.5 for Linux, UNIX, and Windows

DB2Connection.CacheData Property

Gets or sets a boolean value indicating if data caching is being used.

Namespace:
IBM.Data.DB2
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 chaining is active; otherwise false.