Use to associate the entity to which we are bound to the given session.

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

Syntax

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

See Also