Determines at which points Hibernate automatically flushes the session.
Namespace:
NHibernateAssembly: NHibernate (in NHibernate.dll)
Syntax
Remarks
For a readonly session, it is reasonable to set the flush mode to FlushMode.Never
at the start of the session (in order to achieve some extra performance).