Was the transaction successfully committed?

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

Syntax

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

Remarks

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

See Also