DB2®Connection.CacheUSRLIBLValue property
Gets or sets the boolean value that indicates whether the caching of *USRLIBL is enabled for all connections to Db2 for IBM i in the same connection pool.
- Namespace:
IBM.Data.DB2- Assembly:
IBM.Data.(inDB2IBM.Data.)DB2.dll
Syntax
[Visual Basic]
Public Property CacheUSRLIBLValue As Boolean
[C#]
public bool CacheUSRLIBLValue {get; set;}
[C++]
public: __property bool get_CacheUSRLIBLValue();
public: __property void set_CacheUSRLIBLValue(bool);
[JScript]
public function get CacheUSRLIBLValue() : Boolean;
public function set CacheUSRLIBLValue(Boolean);
Property value
The default value is true.
The CacheUSRLIBLValue property accepts the values true,
and false.
Remarks
The CacheUSRLIBLValue property is available for all connections to Db2 for IBM i V6R1 and later in the same connection pool. The CacheUSRLIBLValue property setting affects all connections in a connection pool.