Was the transaction rolled back or set to rollback only?

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

Syntax

Visual Basic (Declaration)
ReadOnly Property WasRolledBack As Boolean
C#
bool WasRolledBack { get; }
Visual C++
property bool WasRolledBack {
	bool get ();
}
JavaScript
function get_wasRolledBack();

See Also