public override global::System.Data.DataTable Clone()
            {
                GetNeighborhoodGroupHeaderDataTable cln = ((GetNeighborhoodGroupHeaderDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName                     = "F35101NeighborhoodGroupHeaderData";
     this.Prefix                          = "";
     this.Namespace                       = "http://tempuri.org/F35101NeighborhoodGroupHeaderData.xsd";
     this.EnforceConstraints              = true;
     this.SchemaSerializationMode         = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableGetNeighborhoodGroupHeader = new GetNeighborhoodGroupHeaderDataTable();
     base.Tables.Add(this.tableGetNeighborhoodGroupHeader);
 }
 internal void InitVars(bool initTable)
 {
     this.tableGetNeighborhoodGroupHeader = ((GetNeighborhoodGroupHeaderDataTable)(base.Tables["GetNeighborhoodGroupHeader"]));
     if ((initTable == true))
     {
         if ((this.tableGetNeighborhoodGroupHeader != null))
         {
             this.tableGetNeighborhoodGroupHeader.InitVars();
         }
     }
 }
 internal GetNeighborhoodGroupHeaderRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableGetNeighborhoodGroupHeader = ((GetNeighborhoodGroupHeaderDataTable)(this.Table));
 }