NPersistence Reference Guide
Returns a list of the PersistenceProvider implementations available in the runtime environment.

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

Syntax

   
 C# 
IList<PersistenceProvider> GetPersistenceProviders()

Return Value

list of the persistence providers available in the environment

See Also