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