VistaDB 6
VistaDB.Entity Namespace / VistaDBConnectionFactory Class / VistaDBConnectionFactory Constructor / VistaDBConnectionFactory Constructor(String)
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 name when CreateConnection is called.


In This Topic
    VistaDBConnectionFactory Constructor(String)
    In This Topic
    Creates a new connection factory with the given BaseConnectionString property.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal baseConnectionString As System.String _
    )
    'Usage
     
    
    Dim baseConnectionString As System.String
     
    Dim instance As New VistaDBConnectionFactory(baseConnectionString)
    public VistaDBConnectionFactory( 
       System.string baseConnectionString
    )

    Parameters

    baseConnectionString
    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 name when CreateConnection is called.
    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