internal JLinersToBuildRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableJLinersToBuild = ((JLinersToBuildDataTable)(this.Table));
 }
 private void InitClass() {
     this.DataSetName = "TDSJLinersToBuild";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/TDSJLinersToBuild.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableJLinersToBuild = new JLinersToBuildDataTable();
     base.Tables.Add(this.tableJLinersToBuild);
     this.tableLFS_JUNCTION_LINER = new LFS_JUNCTION_LINERDataTable();
     base.Tables.Add(this.tableLFS_JUNCTION_LINER);
 }
 private void InitClass() {
     this.DataSetName = "JlinertoBuildReportTDS";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/JlinertoBuildReportTDS.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableJLinersToBuild = new JLinersToBuildDataTable();
     base.Tables.Add(this.tableJLinersToBuild);
 }
 internal void InitVars(bool initTable) {
     this.tableJLinersToBuild = ((JLinersToBuildDataTable)(base.Tables["JLinersToBuild"]));
     if ((initTable == true)) {
         if ((this.tableJLinersToBuild != null)) {
             this.tableJLinersToBuild.InitVars();
         }
     }
     this.tableLFS_JUNCTION_LINER = ((LFS_JUNCTION_LINERDataTable)(base.Tables["LFS_JUNCTION_LINER"]));
     if ((initTable == true)) {
         if ((this.tableLFS_JUNCTION_LINER != null)) {
             this.tableLFS_JUNCTION_LINER.InitVars();
         }
     }
 }
 internal void InitVars(bool initTable) {
     this.tableJLinersToBuild = ((JLinersToBuildDataTable)(base.Tables["JLinersToBuild"]));
     if ((initTable == true)) {
         if ((this.tableJLinersToBuild != null)) {
             this.tableJLinersToBuild.InitVars();
         }
     }
 }