internal void InitVars(bool initTable) {
     this.tabletblInsuranceC47P2 = ((tblInsuranceC47P2DataTable)(base.Tables["tblInsuranceC47P2"]));
     if ((initTable == true)) {
         if ((this.tabletblInsuranceC47P2 != null)) {
             this.tabletblInsuranceC47P2.InitVars();
         }
     }
     this.tabletblInsuranceC47P1 = ((tblInsuranceC47P1DataTable)(base.Tables["tblInsuranceC47P1"]));
     if ((initTable == true)) {
         if ((this.tabletblInsuranceC47P1 != null)) {
             this.tabletblInsuranceC47P1.InitVars();
         }
     }
 }
 private void InitClass() {
     this.DataSetName = "dsInsurance";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/dsInsurance.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabletblInsuranceC47P2 = new tblInsuranceC47P2DataTable();
     base.Tables.Add(this.tabletblInsuranceC47P2);
     this.tabletblInsuranceC47P1 = new tblInsuranceC47P1DataTable();
     base.Tables.Add(this.tabletblInsuranceC47P1);
 }
 internal tblInsuranceC47P2Row(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tabletblInsuranceC47P2 = ((tblInsuranceC47P2DataTable)(this.Table));
 }