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

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