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

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