示例#1
0
 private void InitClassBase()
 {
     this.DataSetName      = "MZOSTABLICEDataSet";
     this.Namespace        = "http://www.tempuri.org/MZOSTABLICE";
     this.tableMZOSTABLICE = new MZOSTABLICEDataTable();
     this.Tables.Add(this.tableMZOSTABLICE);
 }
示例#2
0
 internal void InitVars(bool initTable)
 {
     this.tableMZOSTABLICE = (MZOSTABLICEDataTable)this.Tables["MZOSTABLICE"];
     if (initTable && (this.tableMZOSTABLICE != null))
     {
         this.tableMZOSTABLICE.InitVars();
     }
 }