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

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