dotConnect for Adobe Commerce Documentation
Devart.Data Namespace / SqlShimConnectionStringBuilder Class / Pooling Property

On this page
    Pooling Property
    On this page
    Gets or sets pooling mode.
    Syntax
    'Declaration
     
    Public Property Pooling As Boolean
    public bool Pooling {get; set;}

    Property Value

    If true (the default value), when a Devart.Data.Magento.MagentoConnection is closed, the internal connection object is not actually closed, and is placed object is drawn from the appropriate pool or is created and added to the appropriate pool.
    See Also