Ejemplo n.º 1
0
            public override global::System.Data.DataTable Clone()
            {
                mod770_exemptioncodeDataTable cln = ((mod770_exemptioncodeDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Ejemplo n.º 2
0
 private void InitClass()
 {
     this.DataSetName               = "vistaForm";
     this.Prefix                    = "";
     this.Namespace                 = "http://tempuri.org/VistaCdCausale770.xsd";
     this.Locale                    = new global::System.Globalization.CultureInfo("en-US");
     this.EnforceConstraints        = true;
     this.SchemaSerializationMode   = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tablemod770_exemptioncode = new mod770_exemptioncodeDataTable();
     base.Tables.Add(this.tablemod770_exemptioncode);
 }
Ejemplo n.º 3
0
 internal void InitVars(bool initTable)
 {
     this.tablemod770_exemptioncode = ((mod770_exemptioncodeDataTable)(base.Tables["mod770_exemptioncode"]));
     if ((initTable == true))
     {
         if ((this.tablemod770_exemptioncode != null))
         {
             this.tablemod770_exemptioncode.InitVars();
         }
     }
 }
Ejemplo n.º 4
0
 internal mod770_exemptioncodeRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tablemod770_exemptioncode = ((mod770_exemptioncodeDataTable)(this.Table));
 }