Ejemplo n.º 1
0
 internal void SetTargetTableFromAlias()
 {
     TargetTable = SourceTables[Alias.BinarySearch(TargetTable)].ToString();
 }