Ejemplo n.º 1
0
 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();
         }
     }
 }
Ejemplo n.º 2
0
 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);
 }
Ejemplo n.º 3
0
 internal tblInsuranceC47P1Row(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tabletblInsuranceC47P1 = ((tblInsuranceC47P1DataTable)(this.Table));
 }