dotConnect for Dynamics 365 Documentation
Devart.Data Namespace / SqlShimConnectionStringBuilder Class / Pooling Property

Pooling Property
Gets or sets pooling mode.
Syntax
'Declaration
 
Public Property Pooling As Boolean
 

Property Value

If true (the default value), when a Devart.Data.Dynamics.DynamicsConnection is closed, the internal connection object is not actually closed, and is placed object is drawn from the appropriate pool or is created and added to the appropriate pool.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also