NPersistence Reference Guide
Returns the fully qualified name of the persistence provider implementation class. Corresponds to the provider element in the persistence.xml file.

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

Syntax

   
 C# 
string GetPersistenceProviderClassName()

Return Value

the fully qualified name of the persistence provider implementation class

See Also