'DeclarationPublic Function New( _ ByVal baseConnectionString As System.String _ )
'UsageDim 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.