[Missing <summary> documentation for "P:NHibernate.Impl.CriteriaImpl.Session"]

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

Syntax

C#
public ISessionImplementor Session { get; set; }
Visual Basic
Public Property Session As ISessionImplementor
	Get
	Set
Visual C++
public:
property ISessionImplementor^ Session {
	ISessionImplementor^ get ();
	void set (ISessionImplementor^ value);
}

See Also