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 FlatSectionJlHistoryDetailsRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableFlatSectionJlHistoryDetails = ((FlatSectionJlHistoryDetailsDataTable)(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();
         }
     }
 }