public ExplainPLRowChangeEvent(ExplainPLRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddExplainPLRow(ExplainPLRow row) { this.Rows.Add(row); }
public void RemoveExplainPLRow(ExplainPLRow row) { this.Rows.Remove(row); }