Example #1
0
 internal S_OD_REKAP_NETORow(DataRowBuilder rb) : base(rb)
 {
     this.tableS_OD_REKAP_NETO = (S_OD_REKAP_NETODataSet.S_OD_REKAP_NETODataTable) this.Table;
 }
Example #2
0
 public override DataTable Clone()
 {
     S_OD_REKAP_NETODataSet.S_OD_REKAP_NETODataTable table = (S_OD_REKAP_NETODataSet.S_OD_REKAP_NETODataTable)base.Clone();
     table.InitVars();
     return(table);
 }