public void RemoveMeetingSponsorsRow(MeetingSponsorsRow row) { this.Rows.Remove(row); }
public MeetingSponsorsRowChangeEvent(MeetingSponsorsRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddMeetingSponsorsRow(MeetingSponsorsRow row) { this.Rows.Add(row); }