Was the transaction rolled back or set to rollback only?

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

Syntax

C#
bool WasRolledBack { get; }
Visual Basic
ReadOnly Property WasRolledBack As Boolean
	Get
Visual C++
property bool WasRolledBack {
	bool get ();
}

See Also