Namespace:
NHibernate.Transaction
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub Commit |
C# |
---|
public void Commit() |
Visual C++ |
---|
public: virtual void Commit() sealed |
JavaScript |
---|
function commit(); |
Implements
ITransaction..::.Commit()()()
Exceptions
Exception | Condition |
---|---|
NHibernate..::.TransactionException | Thrown if there is any exception while trying to call Commit() on the underlying IDbTransaction. |