public void Removerpt_BCSMemberCallSummaryRow(rpt_BCSMemberCallSummaryRow row) { this.Rows.Remove(row); }
public rpt_BCSMemberCallSummaryRowChangeEvent(rpt_BCSMemberCallSummaryRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void Addrpt_BCSMemberCallSummaryRow(rpt_BCSMemberCallSummaryRow row) { this.Rows.Add(row); }