public void Removerpt_CallerLogCountsByDateRow(rpt_CallerLogCountsByDateRow row) { this.Rows.Remove(row); }
public rpt_CallerLogCountsByDateRowChangeEvent(rpt_CallerLogCountsByDateRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void Addrpt_CallerLogCountsByDateRow(rpt_CallerLogCountsByDateRow row) { this.Rows.Add(row); }