NPersistence Reference Guide
Close the factory, releasing any resources that it holds. After a factory instance has been closed, all methods invoked on it will throw the InvalidOperationException, except for isOpen, which will return false. Once an EntityManagerFactory has been closed, all its entity managers are considered to be in the closed state. 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# 
void Close()

See Also