public void AddUsp_LoadGroupNamesRow(Usp_LoadGroupNamesRow row) { this.Rows.Add(row); }
public void RemoveUsp_LoadGroupNamesRow(Usp_LoadGroupNamesRow row) { this.Rows.Remove(row); }
public Usp_LoadGroupNamesRowChangeEvent(Usp_LoadGroupNamesRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }