DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.AdoNet.D365S Namespace / C1D365SConnectionStringBuilder Class / MaxPoolSize Property

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