public void AddUSERROLERow(USERROLERow row) { this.Rows.Add(row); }
public void RemoveUSERROLERow(USERROLERow row) { this.Rows.Remove(row); }
public USERROLERowChangeEvent(USERROLERow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }