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

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