The ReadCommitted is RecVersion:

                                case IsolationLevel.ReadCommitted:
                                case IsolationLevel.ReadUncommitted:
                                default:
                                        options.TransactionBehavior |=
                                        FbTransactionBehavior.ReadCommitted;
                                        options.TransactionBehavior |=
                                        FbTransactionBehavior.RecVersion;
                                        break;

-- 
Mgr. Jiří Činčura
Independent IT Specialist

On Sat, Jan 30, 2016, at 11:44, Kjell Rilbe wrote:
> Hi,
> 
> Using a framework that's "database agnostic", I am able to choose a 
> value for transaction isolation level using the 
> System.Data.IsolationLevel enum. I can't find a way to enter a 
> FbTransationOptions struct or FbTransactionBehavior value.
> 
> Using System.Data.IsolationLevel, it seems I get transactions with 
> behavior ReadCommitted + NoRecVersion. I would like to have RecVersion 
> instead of NoRecVersion.
> 
> Any suggestions?
> 
> Regards,
> Kjell Rilbe
> 
> -- 
> ---------------------------------------------------------------------------
> Kjell Rilbe <kj...@rilbe.se>
> Telefon: 0733-44 24 64 (+46 733 442464)
> ---------------------------------------------------------------------------
> "If there's a price for bein' me, that's one I'll have to pay"
> Aaron Tippin
> ---------------------------------------------------------------------------
> 
> 
> ------------------------------------------------------------------------------
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
> _______________________________________________
> Firebird-net-provider mailing list
> Firebird-net-provider@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to