示例#1
0
 public void UpdateToRow(ref DataRow row, Poeral record)
 {
     Poeral.UpdateRowFromPoeral(ref row, record);
     this.ExtraUpdateToRow(ref row, record);
 }