DB2®ConnectionStringBuilder.Pooling Property
Gets or sets the value representing whether connection pooling is turned on.
- Namespace:
IBM.Data.DB2
- Assembly:
IBM.Data.DB2
(inIBM.Data.DB2.dll
)
Syntax
[Visual Basic]
Public Property Pooling As Boolean
[C#]
public bool Pooling {get; set;}
[C++]
public: __property bool* get_Pooling();
public: __property void set_Pooling(bool*);
[JScript]
public function get Pooling() : Boolean;
public function set Pooling(Boolean);
Property value
true
if
pooling is enabled; otherwise false
.