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

Syntax

Visual Basic (Declaration)
Protected Friend ReadOnly Property Session As ISessionImplementor
C#
protected internal ISessionImplementor Session { get; }
Visual C++
protected public:
property ISessionImplementor^ Session {
	ISessionImplementor^ get ();
}
JavaScript
function get_session();

See Also