Пример #1
0
 internal LFS_MASTER_AREARow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableLFS_MASTER_AREA = ((LFS_MASTER_AREADataTable)(this.Table));
 }
Пример #2
0
 internal void InitVars(bool initTable) {
     this.tableLFS_MASTER_AREA = ((LFS_MASTER_AREADataTable)(base.Tables["LFS_MASTER_AREA"]));
     if ((initTable == true)) {
         if ((this.tableLFS_MASTER_AREA != null)) {
             this.tableLFS_MASTER_AREA.InitVars();
         }
     }
     this.tableLFS_JUNCTION_LINER2 = ((LFS_JUNCTION_LINER2DataTable)(base.Tables["LFS_JUNCTION_LINER2"]));
     if ((initTable == true)) {
         if ((this.tableLFS_JUNCTION_LINER2 != null)) {
             this.tableLFS_JUNCTION_LINER2.InitVars();
         }
     }
     this.tableLFS_JUNCTION_LINER2_COMMENT = ((LFS_JUNCTION_LINER2_COMMENTDataTable)(base.Tables["LFS_JUNCTION_LINER2_COMMENT"]));
     if ((initTable == true)) {
         if ((this.tableLFS_JUNCTION_LINER2_COMMENT != null)) {
             this.tableLFS_JUNCTION_LINER2_COMMENT.InitVars();
         }
     }
     this.tableLFS_JUNCTION_LINER2_HISTORY = ((LFS_JUNCTION_LINER2_HISTORYDataTable)(base.Tables["LFS_JUNCTION_LINER2_HISTORY"]));
     if ((initTable == true)) {
         if ((this.tableLFS_JUNCTION_LINER2_HISTORY != null)) {
             this.tableLFS_JUNCTION_LINER2_HISTORY.InitVars();
         }
     }
     this.relationFK_LFS_JUNCTION_LINER2_LFS_MASTER_AREA = this.Relations["FK_LFS_JUNCTION_LINER2_LFS_MASTER_AREA"];
     this.relationLFS_JUNCTION_LINER2_LFS_JUNCTION_LINER2_HISTORY = this.Relations["LFS_JUNCTION_LINER2_LFS_JUNCTION_LINER2_HISTORY"];
     this.relationLFS_JUNCTION_LINER2_LFS_JUNCTION_LINER2_COMMENT = this.Relations["LFS_JUNCTION_LINER2_LFS_JUNCTION_LINER2_COMMENT"];
 }
Пример #3
0
 private void InitClass() {
     this.DataSetName = "Fix1TDS";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/Fix1TDS.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableLFS_MASTER_AREA = new LFS_MASTER_AREADataTable();
     base.Tables.Add(this.tableLFS_MASTER_AREA);
     this.tableLFS_JUNCTION_LINER2 = new LFS_JUNCTION_LINER2DataTable();
     base.Tables.Add(this.tableLFS_JUNCTION_LINER2);
     this.tableLFS_JUNCTION_LINER2_COMMENT = new LFS_JUNCTION_LINER2_COMMENTDataTable();
     base.Tables.Add(this.tableLFS_JUNCTION_LINER2_COMMENT);
     this.tableLFS_JUNCTION_LINER2_HISTORY = new LFS_JUNCTION_LINER2_HISTORYDataTable();
     base.Tables.Add(this.tableLFS_JUNCTION_LINER2_HISTORY);
     this.relationFK_LFS_JUNCTION_LINER2_LFS_MASTER_AREA = new global::System.Data.DataRelation("FK_LFS_JUNCTION_LINER2_LFS_MASTER_AREA", new global::System.Data.DataColumn[] {
                 this.tableLFS_MASTER_AREA.IDColumn}, new global::System.Data.DataColumn[] {
                 this.tableLFS_JUNCTION_LINER2.IDColumn}, false);
     this.Relations.Add(this.relationFK_LFS_JUNCTION_LINER2_LFS_MASTER_AREA);
     this.relationLFS_JUNCTION_LINER2_LFS_JUNCTION_LINER2_HISTORY = new global::System.Data.DataRelation("LFS_JUNCTION_LINER2_LFS_JUNCTION_LINER2_HISTORY", new global::System.Data.DataColumn[] {
                 this.tableLFS_JUNCTION_LINER2.IDColumn,
                 this.tableLFS_JUNCTION_LINER2.RefIDColumn,
                 this.tableLFS_JUNCTION_LINER2.COMPANY_IDColumn}, new global::System.Data.DataColumn[] {
                 this.tableLFS_JUNCTION_LINER2_HISTORY.IDColumn,
                 this.tableLFS_JUNCTION_LINER2_HISTORY.RefIDColumn,
                 this.tableLFS_JUNCTION_LINER2_HISTORY.COMPANY_IDColumn}, false);
     this.Relations.Add(this.relationLFS_JUNCTION_LINER2_LFS_JUNCTION_LINER2_HISTORY);
     this.relationLFS_JUNCTION_LINER2_LFS_JUNCTION_LINER2_COMMENT = new global::System.Data.DataRelation("LFS_JUNCTION_LINER2_LFS_JUNCTION_LINER2_COMMENT", new global::System.Data.DataColumn[] {
                 this.tableLFS_JUNCTION_LINER2.IDColumn,
                 this.tableLFS_JUNCTION_LINER2.RefIDColumn,
                 this.tableLFS_JUNCTION_LINER2.COMPANY_IDColumn}, new global::System.Data.DataColumn[] {
                 this.tableLFS_JUNCTION_LINER2_COMMENT.IDColumn,
                 this.tableLFS_JUNCTION_LINER2_COMMENT.RefIDColumn,
                 this.tableLFS_JUNCTION_LINER2_COMMENT.COMPANY_IDColumn}, false);
     this.Relations.Add(this.relationLFS_JUNCTION_LINER2_LFS_JUNCTION_LINER2_COMMENT);
 }
 private void InitClass() {
     this.DataSetName = "TDSM2ReportByID";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/TDSM2ReportByID.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableLFS_MASTER_AREA = new LFS_MASTER_AREADataTable();
     base.Tables.Add(this.tableLFS_MASTER_AREA);
     this.tableLFS_M2_TABLES = new LFS_M2_TABLESDataTable();
     base.Tables.Add(this.tableLFS_M2_TABLES);
     global::System.Data.ForeignKeyConstraint fkc;
     fkc = new global::System.Data.ForeignKeyConstraint("LFS_MASTER_AREALFS_M2_TABLES", new global::System.Data.DataColumn[] {
                 this.tableLFS_MASTER_AREA.IDColumn,
                 this.tableLFS_MASTER_AREA.COMPANY_IDColumn}, new global::System.Data.DataColumn[] {
                 this.tableLFS_M2_TABLES.IDColumn,
                 this.tableLFS_M2_TABLES.COMPANY_IDColumn});
     this.tableLFS_M2_TABLES.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.relationLFS_MASTER_AREALFS_M2_TABLES = new global::System.Data.DataRelation("LFS_MASTER_AREALFS_M2_TABLES", new global::System.Data.DataColumn[] {
                 this.tableLFS_MASTER_AREA.IDColumn,
                 this.tableLFS_MASTER_AREA.COMPANY_IDColumn}, new global::System.Data.DataColumn[] {
                 this.tableLFS_M2_TABLES.IDColumn,
                 this.tableLFS_M2_TABLES.COMPANY_IDColumn}, false);
     this.Relations.Add(this.relationLFS_MASTER_AREALFS_M2_TABLES);
 }
 internal void InitVars(bool initTable) {
     this.tableLFS_MASTER_AREA = ((LFS_MASTER_AREADataTable)(base.Tables["LFS_MASTER_AREA"]));
     if ((initTable == true)) {
         if ((this.tableLFS_MASTER_AREA != null)) {
             this.tableLFS_MASTER_AREA.InitVars();
         }
     }
     this.tableLFS_M2_TABLES = ((LFS_M2_TABLESDataTable)(base.Tables["LFS_M2_TABLES"]));
     if ((initTable == true)) {
         if ((this.tableLFS_M2_TABLES != null)) {
             this.tableLFS_M2_TABLES.InitVars();
         }
     }
     this.relationLFS_MASTER_AREALFS_M2_TABLES = this.Relations["LFS_MASTER_AREALFS_M2_TABLES"];
 }
 private void InitClass() {
     this.DataSetName = "TDSLFSRecordForRCT";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/TDSLFSRecordForRCT.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableLFS_MASTER_AREA = new LFS_MASTER_AREADataTable();
     base.Tables.Add(this.tableLFS_MASTER_AREA);
     this.tableLFS_POINT_REPAIRS = new LFS_POINT_REPAIRSDataTable();
     base.Tables.Add(this.tableLFS_POINT_REPAIRS);
     this.tableLFS_M2_TABLES = new LFS_M2_TABLESDataTable();
     base.Tables.Add(this.tableLFS_M2_TABLES);
     this.tableLFS_MASTER_AREA_RCT_EXPANDED = new LFS_MASTER_AREA_RCT_EXPANDEDDataTable();
     base.Tables.Add(this.tableLFS_MASTER_AREA_RCT_EXPANDED);
     this.tableLFS_M2_TABLES_RCT_EXPANDED = new LFS_M2_TABLES_RCT_EXPANDEDDataTable();
     base.Tables.Add(this.tableLFS_M2_TABLES_RCT_EXPANDED);
     this.tableLFS_POINT_REPAIRS_RCT_EXPANDED = new LFS_POINT_REPAIRS_RCT_EXPANDEDDataTable();
     base.Tables.Add(this.tableLFS_POINT_REPAIRS_RCT_EXPANDED);
     this.tableLFS_MASTER_AREA_RCT = new LFS_MASTER_AREA_RCTDataTable();
     base.Tables.Add(this.tableLFS_MASTER_AREA_RCT);
     this.tableLFS_POINT_REPAIRS_RCT = new LFS_POINT_REPAIRS_RCTDataTable();
     base.Tables.Add(this.tableLFS_POINT_REPAIRS_RCT);
     this.tableLFS_M2_TABLES_RCT = new LFS_M2_TABLES_RCTDataTable();
     base.Tables.Add(this.tableLFS_M2_TABLES_RCT);
     this.tableLFS_MASTER_AREA2 = new LFS_MASTER_AREA2DataTable();
     base.Tables.Add(this.tableLFS_MASTER_AREA2);
     this.tableLFS_JUNCTION_LINER = new LFS_JUNCTION_LINERDataTable();
     base.Tables.Add(this.tableLFS_JUNCTION_LINER);
     this.tableLFS_JUNCTION_LINER_RCT = new LFS_JUNCTION_LINER_RCTDataTable();
     base.Tables.Add(this.tableLFS_JUNCTION_LINER_RCT);
     this.tableLFS_JUNCTION_LINER_RCT_EXPANDED = new LFS_JUNCTION_LINER_RCT_EXPANDEDDataTable();
     base.Tables.Add(this.tableLFS_JUNCTION_LINER_RCT_EXPANDED);
     global::System.Data.ForeignKeyConstraint fkc;
     fkc = new global::System.Data.ForeignKeyConstraint("LFS_MASTER_AREALFS_POINT_REPAIRS", new global::System.Data.DataColumn[] {
                 this.tableLFS_MASTER_AREA.IDColumn,
                 this.tableLFS_MASTER_AREA.COMPANY_IDColumn}, new global::System.Data.DataColumn[] {
                 this.tableLFS_POINT_REPAIRS.IDColumn,
                 this.tableLFS_POINT_REPAIRS.COMPANY_IDColumn});
     this.tableLFS_POINT_REPAIRS.Constraints.Add(fkc);
     fkc.AcceptRejectRule = global::System.Data.AcceptRejectRule.None;
     fkc.DeleteRule = global::System.Data.Rule.Cascade;
     fkc.UpdateRule = global::System.Data.Rule.Cascade;
     fkc = new global::System.Data.ForeignKeyConstraint("LFS_MASTER_AREALFS_M2_TABLES", new global::System.Data.DataColumn[] {
                 this.tableLFS_MASTER_AREA.IDColumn,
                 this.tableLFS_MASTER_AREA.COMPANY_IDColumn}, new global::System.Data.DataColumn[] {
                 this.tableLFS_M2_TABLES.IDColumn,
                 this.tableLFS_M2_TABLES.COMPANY_IDColumn});
     this.tableLFS_M2_TABLES.Constraints.Add(fkc);
     fkc.AcceptRejectRule = global::System.Data.AcceptRejectRule.None;
     fkc.DeleteRule = global::System.Data.Rule.Cascade;
     fkc.UpdateRule = global::System.Data.Rule.Cascade;
     fkc = new global::System.Data.ForeignKeyConstraint("LFS_MASTER_AREALFS_JUNCTION_LINER", new global::System.Data.DataColumn[] {
                 this.tableLFS_MASTER_AREA.IDColumn,
                 this.tableLFS_MASTER_AREA.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.relationLFS_MASTER_AREALFS_POINT_REPAIRS = new global::System.Data.DataRelation("LFS_MASTER_AREALFS_POINT_REPAIRS", new global::System.Data.DataColumn[] {
                 this.tableLFS_MASTER_AREA.IDColumn,
                 this.tableLFS_MASTER_AREA.COMPANY_IDColumn}, new global::System.Data.DataColumn[] {
                 this.tableLFS_POINT_REPAIRS.IDColumn,
                 this.tableLFS_POINT_REPAIRS.COMPANY_IDColumn}, false);
     this.Relations.Add(this.relationLFS_MASTER_AREALFS_POINT_REPAIRS);
     this.relationLFS_MASTER_AREALFS_M2_TABLES = new global::System.Data.DataRelation("LFS_MASTER_AREALFS_M2_TABLES", new global::System.Data.DataColumn[] {
                 this.tableLFS_MASTER_AREA.IDColumn,
                 this.tableLFS_MASTER_AREA.COMPANY_IDColumn}, new global::System.Data.DataColumn[] {
                 this.tableLFS_M2_TABLES.IDColumn,
                 this.tableLFS_M2_TABLES.COMPANY_IDColumn}, false);
     this.Relations.Add(this.relationLFS_MASTER_AREALFS_M2_TABLES);
     this.relationLFS_MASTER_AREALFS_JUNCTION_LINER = new global::System.Data.DataRelation("LFS_MASTER_AREALFS_JUNCTION_LINER", new global::System.Data.DataColumn[] {
                 this.tableLFS_MASTER_AREA.IDColumn,
                 this.tableLFS_MASTER_AREA.COMPANY_IDColumn}, new global::System.Data.DataColumn[] {
                 this.tableLFS_JUNCTION_LINER.IDColumn,
                 this.tableLFS_JUNCTION_LINER.COMPANY_IDColumn}, false);
     this.Relations.Add(this.relationLFS_MASTER_AREALFS_JUNCTION_LINER);
 }
 internal void InitVars(bool initTable) {
     this.tableLFS_MASTER_AREA = ((LFS_MASTER_AREADataTable)(base.Tables["LFS_MASTER_AREA"]));
     if ((initTable == true)) {
         if ((this.tableLFS_MASTER_AREA != null)) {
             this.tableLFS_MASTER_AREA.InitVars();
         }
     }
     this.tableLFS_POINT_REPAIRS = ((LFS_POINT_REPAIRSDataTable)(base.Tables["LFS_POINT_REPAIRS"]));
     if ((initTable == true)) {
         if ((this.tableLFS_POINT_REPAIRS != null)) {
             this.tableLFS_POINT_REPAIRS.InitVars();
         }
     }
     this.tableLFS_M2_TABLES = ((LFS_M2_TABLESDataTable)(base.Tables["LFS_M2_TABLES"]));
     if ((initTable == true)) {
         if ((this.tableLFS_M2_TABLES != null)) {
             this.tableLFS_M2_TABLES.InitVars();
         }
     }
     this.tableLFS_MASTER_AREA_RCT_EXPANDED = ((LFS_MASTER_AREA_RCT_EXPANDEDDataTable)(base.Tables["LFS_MASTER_AREA_RCT_EXPANDED"]));
     if ((initTable == true)) {
         if ((this.tableLFS_MASTER_AREA_RCT_EXPANDED != null)) {
             this.tableLFS_MASTER_AREA_RCT_EXPANDED.InitVars();
         }
     }
     this.tableLFS_M2_TABLES_RCT_EXPANDED = ((LFS_M2_TABLES_RCT_EXPANDEDDataTable)(base.Tables["LFS_M2_TABLES_RCT_EXPANDED"]));
     if ((initTable == true)) {
         if ((this.tableLFS_M2_TABLES_RCT_EXPANDED != null)) {
             this.tableLFS_M2_TABLES_RCT_EXPANDED.InitVars();
         }
     }
     this.tableLFS_POINT_REPAIRS_RCT_EXPANDED = ((LFS_POINT_REPAIRS_RCT_EXPANDEDDataTable)(base.Tables["LFS_POINT_REPAIRS_RCT_EXPANDED"]));
     if ((initTable == true)) {
         if ((this.tableLFS_POINT_REPAIRS_RCT_EXPANDED != null)) {
             this.tableLFS_POINT_REPAIRS_RCT_EXPANDED.InitVars();
         }
     }
     this.tableLFS_MASTER_AREA_RCT = ((LFS_MASTER_AREA_RCTDataTable)(base.Tables["LFS_MASTER_AREA_RCT"]));
     if ((initTable == true)) {
         if ((this.tableLFS_MASTER_AREA_RCT != null)) {
             this.tableLFS_MASTER_AREA_RCT.InitVars();
         }
     }
     this.tableLFS_POINT_REPAIRS_RCT = ((LFS_POINT_REPAIRS_RCTDataTable)(base.Tables["LFS_POINT_REPAIRS_RCT"]));
     if ((initTable == true)) {
         if ((this.tableLFS_POINT_REPAIRS_RCT != null)) {
             this.tableLFS_POINT_REPAIRS_RCT.InitVars();
         }
     }
     this.tableLFS_M2_TABLES_RCT = ((LFS_M2_TABLES_RCTDataTable)(base.Tables["LFS_M2_TABLES_RCT"]));
     if ((initTable == true)) {
         if ((this.tableLFS_M2_TABLES_RCT != null)) {
             this.tableLFS_M2_TABLES_RCT.InitVars();
         }
     }
     this.tableLFS_MASTER_AREA2 = ((LFS_MASTER_AREA2DataTable)(base.Tables["LFS_MASTER_AREA2"]));
     if ((initTable == true)) {
         if ((this.tableLFS_MASTER_AREA2 != null)) {
             this.tableLFS_MASTER_AREA2.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.tableLFS_JUNCTION_LINER_RCT = ((LFS_JUNCTION_LINER_RCTDataTable)(base.Tables["LFS_JUNCTION_LINER_RCT"]));
     if ((initTable == true)) {
         if ((this.tableLFS_JUNCTION_LINER_RCT != null)) {
             this.tableLFS_JUNCTION_LINER_RCT.InitVars();
         }
     }
     this.tableLFS_JUNCTION_LINER_RCT_EXPANDED = ((LFS_JUNCTION_LINER_RCT_EXPANDEDDataTable)(base.Tables["LFS_JUNCTION_LINER_RCT_EXPANDED"]));
     if ((initTable == true)) {
         if ((this.tableLFS_JUNCTION_LINER_RCT_EXPANDED != null)) {
             this.tableLFS_JUNCTION_LINER_RCT_EXPANDED.InitVars();
         }
     }
     this.relationLFS_MASTER_AREALFS_POINT_REPAIRS = this.Relations["LFS_MASTER_AREALFS_POINT_REPAIRS"];
     this.relationLFS_MASTER_AREALFS_M2_TABLES = this.Relations["LFS_MASTER_AREALFS_M2_TABLES"];
     this.relationLFS_MASTER_AREALFS_JUNCTION_LINER = this.Relations["LFS_MASTER_AREALFS_JUNCTION_LINER"];
 }
 private void InitClass() {
     this.DataSetName = "SectionTDS";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/SectionTDS.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableLFS_JUNCTION_LINER2_COMMENT = new LFS_JUNCTION_LINER2_COMMENTDataTable();
     base.Tables.Add(this.tableLFS_JUNCTION_LINER2_COMMENT);
     this.tableLFS_JUNCTION_LINER2_HISTORY = new LFS_JUNCTION_LINER2_HISTORYDataTable();
     base.Tables.Add(this.tableLFS_JUNCTION_LINER2_HISTORY);
     this.tableLFS_MASTER_AREA = new LFS_MASTER_AREADataTable();
     base.Tables.Add(this.tableLFS_MASTER_AREA);
     this.tableLFS_JUNCTION_LINER2 = new LFS_JUNCTION_LINER2DataTable();
     base.Tables.Add(this.tableLFS_JUNCTION_LINER2);
     global::System.Data.ForeignKeyConstraint fkc;
     fkc = new global::System.Data.ForeignKeyConstraint("FK_LFS_MASTER_AREA_LFS_JUNCTION_LINER2", new global::System.Data.DataColumn[] {
                 this.tableLFS_MASTER_AREA.IDColumn}, new global::System.Data.DataColumn[] {
                 this.tableLFS_JUNCTION_LINER2.IDColumn});
     this.tableLFS_JUNCTION_LINER2.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.relationLFS_JUNCTION_LINER2_LFS_JUNCTION_LINER2_HISTORY = new global::System.Data.DataRelation("LFS_JUNCTION_LINER2_LFS_JUNCTION_LINER2_HISTORY", new global::System.Data.DataColumn[] {
                 this.tableLFS_JUNCTION_LINER2.IDColumn,
                 this.tableLFS_JUNCTION_LINER2.RefIDColumn,
                 this.tableLFS_JUNCTION_LINER2.COMPANY_IDColumn}, new global::System.Data.DataColumn[] {
                 this.tableLFS_JUNCTION_LINER2_HISTORY.IDColumn,
                 this.tableLFS_JUNCTION_LINER2_HISTORY.RefIDColumn,
                 this.tableLFS_JUNCTION_LINER2_HISTORY.COMPANY_IDColumn}, false);
     this.Relations.Add(this.relationLFS_JUNCTION_LINER2_LFS_JUNCTION_LINER2_HISTORY);
     this.relationLFS_JUNCTION_LINER2_LFS_JUNCTION_LINER2_COMMENT = new global::System.Data.DataRelation("LFS_JUNCTION_LINER2_LFS_JUNCTION_LINER2_COMMENT", new global::System.Data.DataColumn[] {
                 this.tableLFS_JUNCTION_LINER2.IDColumn,
                 this.tableLFS_JUNCTION_LINER2.RefIDColumn,
                 this.tableLFS_JUNCTION_LINER2.COMPANY_IDColumn}, new global::System.Data.DataColumn[] {
                 this.tableLFS_JUNCTION_LINER2_COMMENT.IDColumn,
                 this.tableLFS_JUNCTION_LINER2_COMMENT.RefIDColumn,
                 this.tableLFS_JUNCTION_LINER2_COMMENT.COMPANY_IDColumn}, false);
     this.Relations.Add(this.relationLFS_JUNCTION_LINER2_LFS_JUNCTION_LINER2_COMMENT);
 }