Example #1
0
 public void UpdateToRow(ref DataRow row, Pdsvtr record)
 {
     Pdsvtr.UpdateRowFromPdsvtr(ref row, record);
     this.ExtraUpdateToRow(ref row, record);
 }