public tpu_ComprobantesDeCompraConfirmacionDePreciosRow Addtpu_ComprobantesDeCompraConfirmacionDePreciosRow(
                string IdComprobante,
                string IdComprobanteFactura,
                string IdProveedor,
                string IdAutorizacion,
                string IdTipoDeComprobante,
                string Estado,
                string NumeroFactura,
                string IdResponsable,
                string Observaciones,
                string IdMonedaOriginal,
                string IdFuenteDeCambioOriginal,
                string IdCotizacionOriginal,
                System.Decimal ValorCotizacionOriginal,
                System.DateTime FechaCreacion,
                long IdConexionCreacion,
                System.Byte[] UltimaModificacion,
                long IdConexionUltimaModificacion,
                long IdReservado,
                System.Guid RowId,
                long IdSucursal,
                long IdEmpresa)
            {
                tpu_ComprobantesDeCompraConfirmacionDePreciosRow rowtpu_ComprobantesDeCompraConfirmacionDePreciosRow = ((tpu_ComprobantesDeCompraConfirmacionDePreciosRow)(this.NewRow()));

                rowtpu_ComprobantesDeCompraConfirmacionDePreciosRow.ItemArray = new object[] {
                    IdComprobante,
                    IdComprobanteFactura,
                    IdProveedor,
                    IdAutorizacion,
                    IdTipoDeComprobante,
                    Estado,
                    NumeroFactura,
                    IdResponsable,
                    Observaciones,
                    IdMonedaOriginal,
                    IdFuenteDeCambioOriginal,
                    IdCotizacionOriginal,
                    ValorCotizacionOriginal,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdSucursal,
                    IdEmpresa
                };
                this.Rows.Add(rowtpu_ComprobantesDeCompraConfirmacionDePreciosRow);
                return(rowtpu_ComprobantesDeCompraConfirmacionDePreciosRow);
            }
 public void Removetpu_ComprobantesDeCompraConfirmacionDePreciosRow(tpu_ComprobantesDeCompraConfirmacionDePreciosRow row)
 {
     this.Rows.Remove(row);
 }
 public void Addtpu_ComprobantesDeCompraConfirmacionDePreciosRow(tpu_ComprobantesDeCompraConfirmacionDePreciosRow row)
 {
     this.Rows.Add(row);
 }
 public tpu_ComprobantesDeCompraConfirmacionDePreciosRowChangeEvent(tpu_ComprobantesDeCompraConfirmacionDePreciosRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }