//初始化,輸入連結字串
 public DBObjectFinder(string connectString)
 {
     dataProvider = new AccessDbProvider(connectString, tableNameMap);
 }