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

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