NHibernate Linq queries not returning data saved in the same transaction
- by Andrew
Hi,
I have a situation where I am using NHibernate in a WCF service and using a TransactionScope for the transaction management. NHibernate enlists in the ambient transaction fine, but, any changes I make and save inside the transaction, are not visible to any queries I make while still in that transaction.
So if I add an entity and session.save()…