DataConnector | ComponentOne
C1.AdoNet.Snowflake Assembly / C1.AdoNet.Magento.Base.Abstraction.ADOBase Namespace / C1OAuth1ConnectionStringBuilder Class / UsePool Property

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