Get the ISessionFactory that created this instance.

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

Syntax

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

See Also