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

Syntax

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

See Also