public void RemoveRequestItemsRow(RequestItemsRow row) { this.Rows.Remove(row); }
public RequestItemsRowChangeEvent(RequestItemsRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddRequestItemsRow(RequestItemsRow row) { this.Rows.Add(row); }