Get the creating SessionFactoryImplementor
Namespace:
NHibernate.EngineAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property Factory As ISessionFactoryImplementor |
C# |
---|
ISessionFactoryImplementor Factory { get; } |
Visual C++ |
---|
property ISessionFactoryImplementor^ Factory { ISessionFactoryImplementor^ get (); } |
JavaScript |
---|
function get_factory(); |