NPersistence Reference Guide
Specifies whether a transaction-scoped or extended persistence context is to be used in PersistenceContext. If not specified, a transaction-scoped persistence context is used.

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

Syntax

   
 C# 
public enum PersistenceContextType

Members

MemberValueDescription
TRANSACTION0
Transaction-scoped persistence context///
EXTENDED1
Extended persistence context///

See Also