private void InitClass()
 {
     this.DataSetName = "FullLengthLiningTDS";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/FullLengthLiningTDS.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableWorkDetails = new WorkDetailsDataTable();
     base.Tables.Add(this.tableWorkDetails);
     this.tableSectionDetails = new SectionDetailsDataTable();
     base.Tables.Add(this.tableSectionDetails);
     this.tableLateralDetails = new LateralDetailsDataTable();
     base.Tables.Add(this.tableLateralDetails);
     this.tableCommentDetails = new CommentDetailsDataTable();
     base.Tables.Add(this.tableCommentDetails);
     this.tableAllComments = new AllCommentsDataTable();
     base.Tables.Add(this.tableAllComments);
     this.tableWetOutCommentsDetails = new WetOutCommentsDetailsDataTable();
     base.Tables.Add(this.tableWetOutCommentsDetails);
     this.tableWetOutCatalystsDetails = new WetOutCatalystsDetailsDataTable();
     base.Tables.Add(this.tableWetOutCatalystsDetails);
 }
 internal void InitVars(bool initTable)
 {
     this.tableWorkDetails = ((WorkDetailsDataTable)(base.Tables["WorkDetails"]));
     if ((initTable == true))
     {
         if ((this.tableWorkDetails != null))
         {
             this.tableWorkDetails.InitVars();
         }
     }
     this.tableSectionDetails = ((SectionDetailsDataTable)(base.Tables["SectionDetails"]));
     if ((initTable == true))
     {
         if ((this.tableSectionDetails != null))
         {
             this.tableSectionDetails.InitVars();
         }
     }
     this.tableLateralDetails = ((LateralDetailsDataTable)(base.Tables["LateralDetails"]));
     if ((initTable == true))
     {
         if ((this.tableLateralDetails != null))
         {
             this.tableLateralDetails.InitVars();
         }
     }
     this.tableCommentDetails = ((CommentDetailsDataTable)(base.Tables["CommentDetails"]));
     if ((initTable == true))
     {
         if ((this.tableCommentDetails != null))
         {
             this.tableCommentDetails.InitVars();
         }
     }
     this.tableAllComments = ((AllCommentsDataTable)(base.Tables["AllComments"]));
     if ((initTable == true))
     {
         if ((this.tableAllComments != null))
         {
             this.tableAllComments.InitVars();
         }
     }
     this.tableWetOutCommentsDetails = ((WetOutCommentsDetailsDataTable)(base.Tables["WetOutCommentsDetails"]));
     if ((initTable == true))
     {
         if ((this.tableWetOutCommentsDetails != null))
         {
             this.tableWetOutCommentsDetails.InitVars();
         }
     }
     this.tableWetOutCatalystsDetails = ((WetOutCatalystsDetailsDataTable)(base.Tables["WetOutCatalystsDetails"]));
     if ((initTable == true))
     {
         if ((this.tableWetOutCatalystsDetails != null))
         {
             this.tableWetOutCatalystsDetails.InitVars();
         }
     }
 }
 private void InitClass() {
     this.DataSetName = "FlatSectionJlTDS";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/FlatSectionJlTDS.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableFlatSectionJl = new FlatSectionJlDataTable();
     base.Tables.Add(this.tableFlatSectionJl);
     this.tableFlatSectionJlCommentDetails = new FlatSectionJlCommentDetailsDataTable();
     base.Tables.Add(this.tableFlatSectionJlCommentDetails);
     this.tableFlatSectionJlHistoryDetails = new FlatSectionJlHistoryDetailsDataTable();
     base.Tables.Add(this.tableFlatSectionJlHistoryDetails);
     this.tableAllComments = new AllCommentsDataTable();
     base.Tables.Add(this.tableAllComments);
     this.tableAllHistory = new AllHistoryDataTable();
     base.Tables.Add(this.tableAllHistory);
 }
 internal AllCommentsRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableAllComments = ((AllCommentsDataTable)(this.Table));
 }
 internal void InitVars(bool initTable) {
     this.tableFlatSectionJl = ((FlatSectionJlDataTable)(base.Tables["FlatSectionJl"]));
     if ((initTable == true)) {
         if ((this.tableFlatSectionJl != null)) {
             this.tableFlatSectionJl.InitVars();
         }
     }
     this.tableFlatSectionJlCommentDetails = ((FlatSectionJlCommentDetailsDataTable)(base.Tables["FlatSectionJlCommentDetails"]));
     if ((initTable == true)) {
         if ((this.tableFlatSectionJlCommentDetails != null)) {
             this.tableFlatSectionJlCommentDetails.InitVars();
         }
     }
     this.tableFlatSectionJlHistoryDetails = ((FlatSectionJlHistoryDetailsDataTable)(base.Tables["FlatSectionJlHistoryDetails"]));
     if ((initTable == true)) {
         if ((this.tableFlatSectionJlHistoryDetails != null)) {
             this.tableFlatSectionJlHistoryDetails.InitVars();
         }
     }
     this.tableAllComments = ((AllCommentsDataTable)(base.Tables["AllComments"]));
     if ((initTable == true)) {
         if ((this.tableAllComments != null)) {
             this.tableAllComments.InitVars();
         }
     }
     this.tableAllHistory = ((AllHistoryDataTable)(base.Tables["AllHistory"]));
     if ((initTable == true)) {
         if ((this.tableAllHistory != null)) {
             this.tableAllHistory.InitVars();
         }
     }
 }