Beispiel #1
0
 ITableSource ISource.FindTable(IRepository repo, string alias)
 {
     if (_finder == null)
     {
         _finder = new TableSourceFinder(this);
     }
     return(_finder.Find(repo, alias));
 }
Beispiel #2
0
 ITableSource ISource.FindTable(IRepository repo, string alias)
 {
     if (_finder == null) { _finder = new TableSourceFinder(this); }
     return _finder.Find(repo, alias);
 }