public void UpdateToRow(ref DataRow row, Edih record) { Edih.UpdateRowFromEdih(ref row, record); this.ExtraUpdateToRow(ref row, record); }