public override global::System.Data.DataTable Clone()
            {
                ValoresFpDataTable cln = ((ValoresFpDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName             = "dsValoresfp";
     this.Prefix                  = "";
     this.Namespace               = "http://www.tempuri.org/dsValoresfp.xsd";
     this.Locale                  = new global::System.Globalization.CultureInfo("es-MX");
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableValoresFp          = new ValoresFpDataTable();
     base.Tables.Add(this.tableValoresFp);
 }
 internal void InitVars(bool initTable)
 {
     this.tableValoresFp = ((ValoresFpDataTable)(base.Tables["ValoresFp"]));
     if ((initTable == true))
     {
         if ((this.tableValoresFp != null))
         {
             this.tableValoresFp.InitVars();
         }
     }
 }
 internal ValoresFpRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableValoresFp = ((ValoresFpDataTable)(this.Table));
 }