[Missing <summary> documentation for "P:NHibernate.Linq.Visitors.VisitorParameters.SessionFactory"]

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

Syntax

C#
public ISessionFactoryImplementor SessionFactory { get; private set; }
Visual Basic
Public Property SessionFactory As ISessionFactoryImplementor
	Get
	Private Set
Visual C++
public:
property ISessionFactoryImplementor^ SessionFactory {
	ISessionFactoryImplementor^ get ();
	private: void set (ISessionFactoryImplementor^ value);
}

See Also