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