Get the creating SessionFactoryImplementor

Namespace: NHibernate.Engine
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
ISessionFactoryImplementor Factory { get; }
Visual Basic
ReadOnly Property Factory As ISessionFactoryImplementor
	Get
Visual C++
property ISessionFactoryImplementor^ Factory {
	ISessionFactoryImplementor^ get ();
}

Return Value

See Also