NPersistence Reference Guide
Returns the transaction type of the entity managers created by the EntityManagerFactory. The transaction type corresponds to the transaction-type attribute in the persistence.xml file.

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

Syntax

   
 C# 
PersistenceUnitTransactionType GetTransactionType()

Return Value

transaction type of the entity managers created by the EntityManagerFactory

See Also