Construct a new SessionFactoryHelperExtensions instance.
Namespace: NHibernate.Hql.Ast.ANTLRAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public SessionFactoryHelperExtensions( ISessionFactoryImplementor sfi ) |
Visual Basic |
---|
Public Sub New ( _ sfi As ISessionFactoryImplementor _ ) |
Visual C++ |
---|
public: SessionFactoryHelperExtensions( ISessionFactoryImplementor^ sfi ) |
Parameters
- sfi
- Type: NHibernate.Engine..::..ISessionFactoryImplementor
The SessionFactory impl to be encapsulated.