Ejemplo n.º 1
0
Archivo: Join.cs Proyecto: yungtau/oea
 ITableSource ISource.FindTable(IRepository repo, string alias)
 {
     if (_finder == null)
     {
         _finder = new TableSourceFinder(this);
     }
     return(_finder.Find(repo, alias));
 }
Ejemplo n.º 2
0
 ITableSource ISource.FindTable(IRepository repo, string alias)
 {
     if (_finder == null) { _finder = new TableSourceFinder(this); }
     return _finder.Find(repo, alias);
 }