Gets or sets pooling mode.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Pooling As Boolean |
C# | |
---|
public bool Pooling {get; set;} |
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.
Requirements
Platforms:Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8, Windows 10, Windows Server 2012 family.
See Also