C# Class AI.nRepo.NHibernate.SessionFactoryBuilder

Afficher le fichier Open project: theAIteam/nRepo Class Usage Examples

Méthodes publiques

Méthode Description
SessionFactoryBuilder ( IDatabasePlatform platform, string connStr, IList assemblies, bool updateSchema, string defaultSchema, ILinqToHqlGeneratorsRegistry linqRegistry, bool showSql, Action exposedConfig ) : System

Private Methods

Méthode Description
UpdateSchema ( global cfg ) : void

Method Details

SessionFactoryBuilder() public méthode

public SessionFactoryBuilder ( IDatabasePlatform platform, string connStr, IList assemblies, bool updateSchema, string defaultSchema, ILinqToHqlGeneratorsRegistry linqRegistry, bool showSql, Action exposedConfig ) : System
platform IDatabasePlatform
connStr string
assemblies IList
updateSchema bool
defaultSchema string
linqRegistry ILinqToHqlGeneratorsRegistry
showSql bool
exposedConfig Action
Résultat System