SqlConnectionStringBuilder::MinPoolSize Property
.NET Framework (current version)
Gets or sets the minimum number of connections allowed in the connection pool for this specific connection string.
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System::Int32The value of the MinPoolSize property, or 0 if none has been supplied.
This property corresponds to the "Min Pool Size" key within the connection string.
.NET Framework
Available since 2.0
Available since 2.0
Show: