public DBAccess( string fileReference, string dbLocation, string dbAssembly )
Parameters
- fileReference
- The table/file name. The DBAccess class uses the DatabaseManager.FileNameToClass code generated class/method to map the file reference to the table name.
- dbLocation
- The location (folder specification or logical) where the required assemblies will be located.
- dbAssembly
- The name of the assembly (including location) of the assembly containing the code generated database managment classes.