public void AddIncludeFiltersRow(IncludeFiltersRow row) { this.Rows.Add(row); }
public void RemoveIncludeFiltersRow(IncludeFiltersRow row) { this.Rows.Remove(row); }
public IncludeFiltersRowChangeEvent(IncludeFiltersRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }