예제 #1
0
 protected virtual void PopulateTables()
 {
     // create tables
     foreach (DataTable table in this.dataSet.Tables)
     {
         TablePopulator pop = new TablePopulator(this, table);
         this.Tables.Add(pop);
     }
 }
 protected virtual void PopulateTables()
 {
     // create tables
     foreach (DataTable table in this.dataSet.Tables)
     {
         TablePopulator pop = new TablePopulator(this, table);
         this.Tables.Add(pop);
     }
 }