DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / C1ConnectionStringBuilder Class / UsePool Property

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