public tfi_CotizacionesMonedasRow Addtfi_CotizacionesMonedasRow(string IdCotizacionMoneda, string IdMonedaOrigen, string IdMonedaDestino, System.DateTime FechaDeCambioInicio, System.DateTime FechaDeCambioFin, string IdFuenteDeCambio, System.Decimal Valor, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa, long IdSucursal)
            {
                tfi_CotizacionesMonedasRow rowtfi_CotizacionesMonedasRow = ((tfi_CotizacionesMonedasRow)(this.NewRow()));

                rowtfi_CotizacionesMonedasRow.ItemArray = new object[] {
                    IdCotizacionMoneda,
                    IdMonedaOrigen,
                    IdMonedaDestino,
                    FechaDeCambioInicio,
                    FechaDeCambioFin,
                    IdFuenteDeCambio,
                    Valor,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa,
                    IdSucursal
                };
                this.Rows.Add(rowtfi_CotizacionesMonedasRow);
                return(rowtfi_CotizacionesMonedasRow);
            }
 public tfi_CotizacionesMonedasRowChangeEvent(tfi_CotizacionesMonedasRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void Removetfi_CotizacionesMonedasRow(tfi_CotizacionesMonedasRow row)
 {
     this.Rows.Remove(row);
 }
 public void Addtfi_CotizacionesMonedasRow(tfi_CotizacionesMonedasRow row)
 {
     this.Rows.Add(row);
 }