Session from which this action originated

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

Syntax

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

See Also