NPersistence Reference Guide
Return the entity manager factory for the entity manager.

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

Syntax

   
 C# 
EntityManagerFactory GetEntityManagerFactory()

Return Value

EntityManagerFactory instance

Exceptions

ExceptionCondition
System..::..InvalidOperationException if the entity manager has been closed

See Also