I would like to set the default transaction level to ReadCommitted in my Fluent NHibernate configuration. If I used XML mapping files, I could add a key to my configuration file:
<add key="hibernate.connection.isolation" value="ReadCommitted" />
but I canβt figure out how to do this using the Free configuration.
nhibernate fluent-nhibernate
Jamie idea
source share