VistaDB 6
VistaDB.Provider Namespace / VistaDBConnectionStringBuilder Class / Pooling Property


In This Topic
    Pooling Property
    In This Topic
    Whether we should pull the connection from the Connection Pool or create a new one each time
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DisplayNameAttribute("Pooling")>
    <System.ComponentModel.DescriptionAttribute("Whether the connection should be loaded from connection pool or a new one created each time.")>
    <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.All)>
    Public Property Pooling As System.Boolean
    'Usage
     
    
    Dim instance As VistaDBConnectionStringBuilder
    Dim value As System.Boolean
     
    instance.Pooling = value
     
    value = instance.Pooling
    [System.ComponentModel.DisplayName("Pooling")]
    [System.ComponentModel.Description("Whether the connection should be loaded from connection pool or a new one created each time.")]
    [System.ComponentModel.RefreshProperties(RefreshProperties.All)]
    public System.bool Pooling {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also