Namespace:
NHibernate.Loader
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property Factory As ISessionFactoryImplementor |
C# |
---|
public ISessionFactoryImplementor Factory { get; } |
Visual C++ |
---|
public: property ISessionFactoryImplementor^ Factory { ISessionFactoryImplementor^ get (); } |
JavaScript |
---|
function get_factory(); |