Was the transaction successfully committed?

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

Syntax

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

Remarks

This method could return falseFalsefalsefalse (False in Visual Basic) even after successful invocation of Commit()

See Also