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

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