private void InitClass() {
     this.DataSetName = "FlatSectionJlinerTDS";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/FlatSectionJlinerTDS.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableFlatSectionJliner = new FlatSectionJlinerDataTable();
     base.Tables.Add(this.tableFlatSectionJliner);
     this.tableJuntionLiner2Comment = new JuntionLiner2CommentDataTable();
     base.Tables.Add(this.tableJuntionLiner2Comment);
     this.tableJuntionLiner2History = new JuntionLiner2HistoryDataTable();
     base.Tables.Add(this.tableJuntionLiner2History);
 }
 internal JuntionLiner2HistoryRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableJuntionLiner2History = ((JuntionLiner2HistoryDataTable)(this.Table));
 }
 internal void InitVars(bool initTable) {
     this.tableFlatSectionJliner = ((FlatSectionJlinerDataTable)(base.Tables["FlatSectionJliner"]));
     if ((initTable == true)) {
         if ((this.tableFlatSectionJliner != null)) {
             this.tableFlatSectionJliner.InitVars();
         }
     }
     this.tableJuntionLiner2Comment = ((JuntionLiner2CommentDataTable)(base.Tables["JuntionLiner2Comment"]));
     if ((initTable == true)) {
         if ((this.tableJuntionLiner2Comment != null)) {
             this.tableJuntionLiner2Comment.InitVars();
         }
     }
     this.tableJuntionLiner2History = ((JuntionLiner2HistoryDataTable)(base.Tables["JuntionLiner2History"]));
     if ((initTable == true)) {
         if ((this.tableJuntionLiner2History != null)) {
             this.tableJuntionLiner2History.InitVars();
         }
     }
 }