NPersistence Reference Guide
Get the properties and hints and associated values that are in effect for the entity manager. Changing the contents of the map does not change the configuration in effect.

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

Syntax

   
 C# 
Dictionary<string, Object> GetProperties()

Return Value

map of properties and hints in effect for entity manager

See Also