dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlConnectionStringBuilder Class / Pooling Property

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

Property Value

If true (the default value), when a PgSqlConnection 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.
See Also