Exemple #1
0
 private void InitClassBase()
 {
     this.DataSetName = "ORGDIODataSet";
     this.Namespace   = "http://www.tempuri.org/ORGDIO";
     this.tableORGDIO = new ORGDIODataTable();
     this.Tables.Add(this.tableORGDIO);
 }
Exemple #2
0
 internal void InitVars(bool initTable)
 {
     this.tableORGDIO = (ORGDIODataTable)this.Tables["ORGDIO"];
     if (initTable && (this.tableORGDIO != null))
     {
         this.tableORGDIO.InitVars();
     }
 }