Namespace:  NHibernate.Tuple
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property SessionFactory As ISessionFactoryImplementor
C#
public ISessionFactoryImplementor SessionFactory { get; }
Visual C++
public:
property ISessionFactoryImplementor^ SessionFactory {
	ISessionFactoryImplementor^ get ();
}
JavaScript
function get_sessionFactory();

See Also