internal void InitVars(bool initTable) {
     this.tableJLinersReadyToLine = ((JLinersReadyToLineDataTable)(base.Tables["JLinersReadyToLine"]));
     if ((initTable == true)) {
         if ((this.tableJLinersReadyToLine != null)) {
             this.tableJLinersReadyToLine.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();
         }
     }
     this.relationJLinersReadyToLineLFS_JUNCTION_LINER = this.Relations["JLinersReadyToLineLFS_JUNCTION_LINER"];
 }
 private void InitClass() {
     this.DataSetName = "TDSJLinersReadyToLine";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/TDSJLinersReadyToLine.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableJLinersReadyToLine = new JLinersReadyToLineDataTable();
     base.Tables.Add(this.tableJLinersReadyToLine);
     this.tableLFS_JUNCTION_LINER = new LFS_JUNCTION_LINERDataTable();
     base.Tables.Add(this.tableLFS_JUNCTION_LINER);
     global::System.Data.ForeignKeyConstraint fkc;
     fkc = new global::System.Data.ForeignKeyConstraint("JLinersReadyToLineLFS_JUNCTION_LINER", new global::System.Data.DataColumn[] {
                 this.tableJLinersReadyToLine.IDColumn,
                 this.tableJLinersReadyToLine.COMPANY_IDColumn}, new global::System.Data.DataColumn[] {
                 this.tableLFS_JUNCTION_LINER.IDColumn,
                 this.tableLFS_JUNCTION_LINER.COMPANY_IDColumn});
     this.tableLFS_JUNCTION_LINER.Constraints.Add(fkc);
     fkc.AcceptRejectRule = global::System.Data.AcceptRejectRule.None;
     fkc.DeleteRule = global::System.Data.Rule.Cascade;
     fkc.UpdateRule = global::System.Data.Rule.Cascade;
     this.relationJLinersReadyToLineLFS_JUNCTION_LINER = new global::System.Data.DataRelation("JLinersReadyToLineLFS_JUNCTION_LINER", new global::System.Data.DataColumn[] {
                 this.tableJLinersReadyToLine.IDColumn,
                 this.tableJLinersReadyToLine.COMPANY_IDColumn}, new global::System.Data.DataColumn[] {
                 this.tableLFS_JUNCTION_LINER.IDColumn,
                 this.tableLFS_JUNCTION_LINER.COMPANY_IDColumn}, false);
     this.Relations.Add(this.relationJLinersReadyToLineLFS_JUNCTION_LINER);
 }
 internal JLinersReadyToLineRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableJLinersReadyToLine = ((JLinersReadyToLineDataTable)(this.Table));
 }