private void InitClass() {
     this.DataSetName = "TDSLFSRecordForJlinerSheetTDS";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/TDSLFSRecordForJlinerSheetTDS.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableJuntionLiner = new JuntionLinerDataTable();
     base.Tables.Add(this.tableJuntionLiner);
 }
 internal JuntionLinerRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableJuntionLiner = ((JuntionLinerDataTable)(this.Table));
 }
 internal void InitVars(bool initTable) {
     this.tableJuntionLiner = ((JuntionLinerDataTable)(base.Tables["JuntionLiner"]));
     if ((initTable == true)) {
         if ((this.tableJuntionLiner != null)) {
             this.tableJuntionLiner.InitVars();
         }
     }
 }