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

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