public tsa_ComprobanteDetalleImpuestosRow Addtsa_ComprobanteDetalleImpuestosRow(
             string IdComprobante, 
             long Ordinal, 
             string IdImpuesto, 
             long IdEmpresa, 
             long IdSucursal, 
             string IdTipoDeComprobante, 
             System.DateTime Fecha, 
             string Numero, 
             string AplicadoA, 
             System.Decimal Valor, 
             string IdMonedaOrigen, 
             string IdMonedaCierre, 
             string IdCotizacionCierre, 
             System.DateTime FechaCreacion, 
             long IdConexionCreacion, 
             System.Byte[] UltimaModificacion, 
             long IdConexionUltimaModificacion, 
             long IdReservado, 
             System.Guid RowId, 
             string RowIdGenerado) {
     tsa_ComprobanteDetalleImpuestosRow rowtsa_ComprobanteDetalleImpuestosRow = ((tsa_ComprobanteDetalleImpuestosRow)(this.NewRow()));
     rowtsa_ComprobanteDetalleImpuestosRow.ItemArray = new object[] {
             IdComprobante,
             Ordinal,
             IdImpuesto,
             IdEmpresa,
             IdSucursal,
             IdTipoDeComprobante,
             Fecha,
             Numero,
             AplicadoA,
             Valor,
             IdMonedaOrigen,
             IdMonedaCierre,
             IdCotizacionCierre,
             FechaCreacion,
             IdConexionCreacion,
             UltimaModificacion,
             IdConexionUltimaModificacion,
             IdReservado,
             RowId,
             RowIdGenerado};
     this.Rows.Add(rowtsa_ComprobanteDetalleImpuestosRow);
     return rowtsa_ComprobanteDetalleImpuestosRow;
 }
 public tsa_ComprobanteDetalleImpuestosRowChangeEvent(tsa_ComprobanteDetalleImpuestosRow row, DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void Removetsa_ComprobanteDetalleImpuestosRow(tsa_ComprobanteDetalleImpuestosRow row) {
     this.Rows.Remove(row);
 }
 public void Addtsa_ComprobanteDetalleImpuestosRow(tsa_ComprobanteDetalleImpuestosRow row) {
     this.Rows.Add(row);
 }