DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / C1ConnectionStringBuilder Class / MaxPoolSize Property

In This Topic
    MaxPoolSize Property (C1ConnectionStringBuilder)
    In This Topic
    Specifies the maximum number of connections in the pool.
    Syntax
    'Declaration
     
    Public Property MaxPoolSize As Integer
    public int MaxPoolSize {get; set;}
    See Also