public tsa_ComprobanteDetalleDeudaRow Addtsa_ComprobanteDetalleDeudaRow(
                string IdComprobante,
                string IdTipoDeComprobante,
                string Numero,
                System.DateTime FechaEmision,
                System.DateTime FechaVencimiento,
                short Cuota,
                System.Decimal Importe,
                System.Decimal Saldo,
                string IdMonedaCierre,
                string IdCotizacionCierre,
                System.DateTime FechaCreacion,
                long IdConexionCreacion,
                System.Byte[] UltimaModificacion,
                long IdConexionUltimaModificacion,
                long IdReservado,
                System.Guid RowId,
                long IdSucursal,
                long IdEmpresa)
            {
                tsa_ComprobanteDetalleDeudaRow rowtsa_ComprobanteDetalleDeudaRow = ((tsa_ComprobanteDetalleDeudaRow)(this.NewRow()));

                rowtsa_ComprobanteDetalleDeudaRow.ItemArray = new object[] {
                    IdComprobante,
                    IdTipoDeComprobante,
                    Numero,
                    FechaEmision,
                    FechaVencimiento,
                    Cuota,
                    Importe,
                    Saldo,
                    IdMonedaCierre,
                    IdCotizacionCierre,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdSucursal,
                    IdEmpresa
                };
                this.Rows.Add(rowtsa_ComprobanteDetalleDeudaRow);
                return(rowtsa_ComprobanteDetalleDeudaRow);
            }
 public tsa_ComprobanteDetalleDeudaRowChangeEvent(tsa_ComprobanteDetalleDeudaRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void Removetsa_ComprobanteDetalleDeudaRow(tsa_ComprobanteDetalleDeudaRow row)
 {
     this.Rows.Remove(row);
 }
 public void Addtsa_ComprobanteDetalleDeudaRow(tsa_ComprobanteDetalleDeudaRow row)
 {
     this.Rows.Add(row);
 }