NPersistence Reference Guide
Indicate to the entity manager that a JTA transaction is active. This method should be called on a JTA application managed entity manager that was created outside the scope of the active transaction to associate it with the current JTA transaction.

Namespace: NPersistence
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

   
 C# 
void JoinTransaction()

Exceptions

ExceptionCondition
NPersistence..::..TransactionRequiredException if there is no transaction

See Also