예제 #1
0
 public Processor()
 {
     Source = new DbInfo();
     Destination = new DbInfo();
     Options = new OptionsInfo();
     ReportName = "Report.txt";
     GenerateSql = true;
 }
예제 #2
0
 public Processor()
 {
     Source      = new DbInfo();
     Destination = new DbInfo();
     Options     = new OptionsInfo();
     ReportName  = "Report.txt";
     GenerateSql = true;
 }