internal M2_SECTIONRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableM2_SECTION = ((M2_SECTIONDataTable)(this.Table));
 }
 private void InitClass() {
     this.DataSetName = "FlM1ReportTDS";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/FlM1ReportTDS.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableM1ReportByClient = new M1ReportByClientDataTable();
     base.Tables.Add(this.tableM1ReportByClient);
     this.tableM1_LATERAL = new M1_LATERALDataTable();
     base.Tables.Add(this.tableM1_LATERAL);
     this.tableM2_SECTION = new M2_SECTIONDataTable();
     base.Tables.Add(this.tableM2_SECTION);
     this.relationM1ReportByClient_M1_LATERAL = new global::System.Data.DataRelation("M1ReportByClient_M1_LATERAL", new global::System.Data.DataColumn[] {
                 this.tableM1ReportByClient.AssetIDColumn,
                 this.tableM1ReportByClient.COMPANY_IDColumn}, new global::System.Data.DataColumn[] {
                 this.tableM1_LATERAL.LateralColumn,
                 this.tableM1_LATERAL.COMPANY_IDColumn}, false);
     this.Relations.Add(this.relationM1ReportByClient_M1_LATERAL);
 }
 private void InitClass() {
     this.DataSetName = "FlM2ReportTDS";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/FlM2ReportTDS.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableM2_SECTION = new M2_SECTIONDataTable();
     base.Tables.Add(this.tableM2_SECTION);
 }
 internal void InitVars(bool initTable) {
     this.tableM1ReportByClient = ((M1ReportByClientDataTable)(base.Tables["M1ReportByClient"]));
     if ((initTable == true)) {
         if ((this.tableM1ReportByClient != null)) {
             this.tableM1ReportByClient.InitVars();
         }
     }
     this.tableM1_LATERAL = ((M1_LATERALDataTable)(base.Tables["M1_LATERAL"]));
     if ((initTable == true)) {
         if ((this.tableM1_LATERAL != null)) {
             this.tableM1_LATERAL.InitVars();
         }
     }
     this.tableM2_SECTION = ((M2_SECTIONDataTable)(base.Tables["M2_SECTION"]));
     if ((initTable == true)) {
         if ((this.tableM2_SECTION != null)) {
             this.tableM2_SECTION.InitVars();
         }
     }
     this.relationM1ReportByClient_M1_LATERAL = this.Relations["M1ReportByClient_M1_LATERAL"];
 }
 internal void InitVars(bool initTable) {
     this.tableM2_SECTION = ((M2_SECTIONDataTable)(base.Tables["M2_SECTION"]));
     if ((initTable == true)) {
         if ((this.tableM2_SECTION != null)) {
             this.tableM2_SECTION.InitVars();
         }
     }
 }