public void RemoveWorkAheadRow(WorkAheadRow row) { this.Rows.Remove(row); }
public WorkAheadRowChangeEvent(WorkAheadRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddWorkAheadRow(WorkAheadRow row) { this.Rows.Add(row); }