DataConnector | ComponentOne
C1.AdoNet.Json Assembly / C1.AdoNet.Json Namespace / C1JsonConnectionStringBuilder Class / MaxPoolSize Property

In This Topic
    MaxPoolSize Property (C1JsonConnectionStringBuilder)
    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