DataConnector | ComponentOne
C1.AdoNet.ServiceNow Assembly / C1.DataConnector.AdoNet Namespace / C1OAuthConnectionStringBuilder Class / UsePool Property

In This Topic
    UsePool Property (C1OAuthConnectionStringBuilder)
    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