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

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