Does this ISession contain any changes which must be synchronized with the database? Would any SQL be executed if we flushed this session?

Namespace: NHibernate
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
bool IsDirty()
Visual Basic
Function IsDirty As Boolean
Visual C++
bool IsDirty()

Return Value

[Missing <returns> documentation for "M:NHibernate.ISession.IsDirty"]

See Also