Namespace:  NHibernate.Impl
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();

See Also