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

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName               = "DS_Reporte_Producto_Equivalente";
     this.Prefix                    = "";
     this.Namespace                 = "http://tempuri.org/DS_Reporte_Producto_Equivalente.xsd";
     this.EnforceConstraints        = true;
     this.SchemaSerializationMode   = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableProducto_Equivalente = new Producto_EquivalenteDataTable();
     base.Tables.Add(this.tableProducto_Equivalente);
 }
 internal void InitVars(bool initTable)
 {
     this.tableProducto_Equivalente = ((Producto_EquivalenteDataTable)(base.Tables["Producto_Equivalente"]));
     if ((initTable == true))
     {
         if ((this.tableProducto_Equivalente != null))
         {
             this.tableProducto_Equivalente.InitVars();
         }
     }
 }
 internal Producto_EquivalenteRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableProducto_Equivalente = ((Producto_EquivalenteDataTable)(this.Table));
 }