skip to main content
Using the ADO.NET Client : Specifying Connection Options : Min Pool Size
 

Min Pool Size

Property

MinPoolSize

Description

Specifies the minimum number of connections that are opened and placed in a connection pool when it is created. The connection pool retains this number of connections, even when some connections exceed their Load Balance Timeout value.

Valid Values

0 | x
where x is a positive integer from 1 to 65535.
If set to 0, no additional connections are placed in the connection pool when it is created..

Default

0