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

In This Topic
    UsePool Property (C1D365SConnectionStringBuilder)
    In This Topic
    TSpecifies whether or not pooling is requested for a given connection. Default is true/yes.
    Syntax
    'Declaration
     
    Public Property UsePool As Boolean
    public bool UsePool {get; set;}
    See Also