Beispiel #1
0
 public static data.baseDS.sysAutoKeyPendingRow UpdateData(data.baseDS.sysAutoKeyPendingRow row)
 {
     data.baseDS.sysAutoKeyPendingDataTable tbl = new data.baseDS.sysAutoKeyPendingDataTable();
     tbl.ImportRow(row);
     myClient.UpdateSysAutoKeyPending(ref tbl);
     row.AcceptChanges();
     return(tbl[0]);
 }
Beispiel #2
0
 public static void UpdateData(data.baseDS.sysAutoKeyPendingRow data)
 {
     sysAutoKeyPendingTA.Update(data);
     data.AcceptChanges();
 }