Gets a Boolean indicating if the transaction was rolled back.

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

Syntax

C#
public bool WasRolledBack { get; }
Visual Basic
Public ReadOnly Property WasRolledBack As Boolean
	Get
Visual C++
public:
virtual property bool WasRolledBack {
	bool get () sealed;
}

Field Value

trueTruetruetrue (True in Visual Basic) if the IDbTransaction had Rollback called without any exceptions.

Implements

ITransaction..::..WasRolledBack

See Also