public GetNeighborhoodGroupHeaderRow AddGetNeighborhoodGroupHeaderRow(int NBHDGroupID, string GroupName, short RollYear, int ReviewedBy, string Description, string MarketReview)
            {
                GetNeighborhoodGroupHeaderRow rowGetNeighborhoodGroupHeaderRow = ((GetNeighborhoodGroupHeaderRow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    NBHDGroupID,
                    GroupName,
                    RollYear,
                    ReviewedBy,
                    Description,
                    MarketReview
                };
                rowGetNeighborhoodGroupHeaderRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowGetNeighborhoodGroupHeaderRow);
                return(rowGetNeighborhoodGroupHeaderRow);
            }
 public GetNeighborhoodGroupHeaderRowChangeEvent(GetNeighborhoodGroupHeaderRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void RemoveGetNeighborhoodGroupHeaderRow(GetNeighborhoodGroupHeaderRow row)
 {
     this.Rows.Remove(row);
 }
 public void AddGetNeighborhoodGroupHeaderRow(GetNeighborhoodGroupHeaderRow row)
 {
     this.Rows.Add(row);
 }