Determines at which points Hibernate automatically flushes the session.
Namespace: NHibernateAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
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).