internal void InitVars(bool initTable) {
     this.tableJLinerOverviewReport = ((JLinerOverviewReportDataTable)(base.Tables["JLinerOverviewReport"]));
     if ((initTable == true)) {
         if ((this.tableJLinerOverviewReport != null)) {
             this.tableJLinerOverviewReport.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();
         }
     }
 }
 private void InitClass() {
     this.DataSetName = "TDSJLinerOverviewReport";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/TDSJLinerOverviewReport.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableJLinerOverviewReport = new JLinerOverviewReportDataTable();
     base.Tables.Add(this.tableJLinerOverviewReport);
     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("JLinerOverviewReportLFS_JUNCTION_LINER", new global::System.Data.DataColumn[] {
                 this.tableJLinerOverviewReport.IDColumn,
                 this.tableJLinerOverviewReport.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;
 }
 internal JLinerOverviewReportRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableJLinerOverviewReport = ((JLinerOverviewReportDataTable)(this.Table));
 }