private void InitClass() {
     this.DataSetName = "ProjectAddSectionsTDS";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/ProjectAddSectionsTDS.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableProjectAddSectionsSearch = new ProjectAddSectionsSearchDataTable();
     base.Tables.Add(this.tableProjectAddSectionsSearch);
     this.tableProjectAddSectionsTemp = new ProjectAddSectionsTempDataTable();
     base.Tables.Add(this.tableProjectAddSectionsTemp);
     this.tableProjectAddSectionsNew = new ProjectAddSectionsNewDataTable();
     base.Tables.Add(this.tableProjectAddSectionsNew);
 }
 internal ProjectAddSectionsTempRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableProjectAddSectionsTemp = ((ProjectAddSectionsTempDataTable)(this.Table));
 }
 internal void InitVars(bool initTable) {
     this.tableProjectAddSectionsSearch = ((ProjectAddSectionsSearchDataTable)(base.Tables["ProjectAddSectionsSearch"]));
     if ((initTable == true)) {
         if ((this.tableProjectAddSectionsSearch != null)) {
             this.tableProjectAddSectionsSearch.InitVars();
         }
     }
     this.tableProjectAddSectionsTemp = ((ProjectAddSectionsTempDataTable)(base.Tables["ProjectAddSectionsTemp"]));
     if ((initTable == true)) {
         if ((this.tableProjectAddSectionsTemp != null)) {
             this.tableProjectAddSectionsTemp.InitVars();
         }
     }
     this.tableProjectAddSectionsNew = ((ProjectAddSectionsNewDataTable)(base.Tables["ProjectAddSectionsNew"]));
     if ((initTable == true)) {
         if ((this.tableProjectAddSectionsNew != null)) {
             this.tableProjectAddSectionsNew.InitVars();
         }
     }
 }