internal void InitVars(bool initTable) {
     this.tableLFS_PROJECT_SECTIONS_NAVIGATOR = ((LFS_PROJECT_SECTIONS_NAVIGATORDataTable)(base.Tables["LFS_PROJECT_SECTIONS_NAVIGATOR"]));
     if ((initTable == true)) {
         if ((this.tableLFS_PROJECT_SECTIONS_NAVIGATOR != null)) {
             this.tableLFS_PROJECT_SECTIONS_NAVIGATOR.InitVars();
         }
     }
     this.tableProjectSectionNavigatorLaterals = ((ProjectSectionNavigatorLateralsDataTable)(base.Tables["ProjectSectionNavigatorLaterals"]));
     if ((initTable == true)) {
         if ((this.tableProjectSectionNavigatorLaterals != null)) {
             this.tableProjectSectionNavigatorLaterals.InitVars();
         }
     }
 }
 private void InitClass() {
     this.DataSetName = "ProjectSectionsNavigatorTDS";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/ProjectSectionsNavigatorTDS.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableLFS_PROJECT_SECTIONS_NAVIGATOR = new LFS_PROJECT_SECTIONS_NAVIGATORDataTable();
     base.Tables.Add(this.tableLFS_PROJECT_SECTIONS_NAVIGATOR);
     this.tableProjectSectionNavigatorLaterals = new ProjectSectionNavigatorLateralsDataTable();
     base.Tables.Add(this.tableProjectSectionNavigatorLaterals);
 }
 internal LFS_PROJECT_SECTIONS_NAVIGATORRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableLFS_PROJECT_SECTIONS_NAVIGATOR = ((LFS_PROJECT_SECTIONS_NAVIGATORDataTable)(this.Table));
 }