public void Removerpt_CallerLogCountsByDayHourRow(rpt_CallerLogCountsByDayHourRow row) {
     this.Rows.Remove(row);
 }
 public rpt_CallerLogCountsByDayHourRowChangeEvent(rpt_CallerLogCountsByDayHourRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void Addrpt_CallerLogCountsByDayHourRow(rpt_CallerLogCountsByDayHourRow row) {
     this.Rows.Add(row);
 }