コード例 #1
0
 public void UpdateSourceRow(DataLayer.TrnSourceUpdate.TrnSourceUpdateRow newRow)
 {
     TrnSourceUpdateTableAdapter.Update(newRow);
 }
コード例 #2
0
 public DataLayer.TrnSourceUpdate.TrnSourceUpdateRow GetLastTrnSourceUpdateRowForSource(int PrmCurrencySourceId)
 {
     return(TrnSourceUpdateTableAdapter.GetLastRowForSource(PrmCurrencySourceId)[0]);
 }