[Missing <summary> documentation for "P:NHibernate.Linq.DefaultQueryProvider.Session"]

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

Syntax

C#
protected virtual ISessionImplementor Session { get; private set; }
Visual Basic
Protected Overridable Property Session As ISessionImplementor
	Get
	Private Set
Visual C++
protected:
virtual property ISessionImplementor^ Session {
	ISessionImplementor^ get ();
	private: void set (ISessionImplementor^ value);
}

See Also