VistaDB 6
VistaDB.Entity Namespace / VistaDBConnectionFactory Class / BaseConnectionString Property


In This Topic
    BaseConnectionString Property
    In This Topic
    The connection string to use for options to the database other than the 'Data Source'. The 'Data Source' will be appended to this string based on the database file name when CreateConnection is called. The default is 'Min Pool Size=1;Max Pool Size=50;Pooling=true;Open Mode=NonexclusiveReadWrite;'.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BaseConnectionString As System.String
    'Usage
     
    
    Dim instance As VistaDBConnectionFactory
    Dim value As System.String
     
    value = instance.BaseConnectionString
    public System.string BaseConnectionString {get;}
    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