public void Removerpt_CallerLogByPhoneNumberRow(rpt_CallerLogByPhoneNumberRow row) {
     this.Rows.Remove(row);
 }
 public rpt_CallerLogByPhoneNumberRowChangeEvent(rpt_CallerLogByPhoneNumberRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void Addrpt_CallerLogByPhoneNumberRow(rpt_CallerLogByPhoneNumberRow row) {
     this.Rows.Add(row);
 }