NPersistence Reference Guide
Create a new application-managed EntityManager with the specified Map of properties. This method returns a new EntityManager instance each time it is invoked. The isOpen method will return true on the returned instance. properties for entity manager

Return Value

entity manager instance if the entity manager factory has been closed

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

Syntax

   
 C# 
EntityManager CreateEntityManager(
	Dictionary<Object, Object> map
)

Parameters

map
Dictionary<(Of <(<'Object, Object>)>)>

See Also