Namespace:
NHibernate.Context
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Sub New ( _ factory As ISessionFactoryImplementor _ ) |
C# |
---|
protected MapBasedSessionContext( ISessionFactoryImplementor factory ) |
Visual C++ |
---|
protected: MapBasedSessionContext( ISessionFactoryImplementor^ factory ) |
JavaScript |
---|
NHibernate.Context.MapBasedSessionContext = function(factory); |
Parameters
- factory
- Type: NHibernate.Engine..::.ISessionFactoryImplementor