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

In This Topic
MinPoolSize Property
In This Topic
The minimum number of connections allowed in the pool.
Syntax
'Declaration
 
Public Property MinPoolSize As Integer
 

Property Value

Number of connections allowed in the pool. The default value is 0.
See Also