[Missing <summary> documentation for "P:NHibernate.Tuple.Entity.EntityMetamodel.SessionFactory"]

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

Syntax

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

See Also