コード例 #1
0
 private void InitClassBase()
 {
     this.DataSetName = "ORGJEDDataSet";
     this.Namespace   = "http://www.tempuri.org/ORGJED";
     this.tableORGJED = new ORGJEDDataTable();
     this.Tables.Add(this.tableORGJED);
 }
コード例 #2
0
 internal void InitVars(bool initTable)
 {
     this.tableORGJED = (ORGJEDDataTable)this.Tables["ORGJED"];
     if (initTable && (this.tableORGJED != null))
     {
         this.tableORGJED.InitVars();
     }
 }