public override DataTable Clone()
            {
                tpu_CotizOrdenesCompraDataTable cln = ((tpu_CotizOrdenesCompraDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 internal void InitVars()
 {
     this.tabletpu_CotizOrdenesCompra = ((tpu_CotizOrdenesCompraDataTable)(this.Tables["tpu_CotizOrdenesCompra"]));
     if ((this.tabletpu_CotizOrdenesCompra != null))
     {
         this.tabletpu_CotizOrdenesCompra.InitVars();
     }
 }
 private void InitClass()
 {
     this.DataSetName                 = "tpu_CotizOrdenesCompraExDataset";
     this.Prefix                      = "";
     this.Namespace                   = "http://tempuri.org/tpu_CotizOrdenesCompraEx.xsd";
     this.Locale                      = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive               = false;
     this.EnforceConstraints          = true;
     this.tabletpu_CotizOrdenesCompra = new tpu_CotizOrdenesCompraDataTable();
     this.Tables.Add(this.tabletpu_CotizOrdenesCompra);
 }
 internal tpu_CotizOrdenesCompraRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tabletpu_CotizOrdenesCompra = ((tpu_CotizOrdenesCompraDataTable)(this.Table));
 }