dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlConnectionStringBuilder 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
    public int MinPoolSize {get; set;}

    Property Value

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