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

Syntax

Visual Basic (Declaration)
Public Property Session As ISessionImplementor
C#
public ISessionImplementor Session { get; set; }
Visual C++
public:
property ISessionImplementor^ Session {
	ISessionImplementor^ get ();
	void set (ISessionImplementor^ value);
}
JavaScript
function get_session();
function set_session(value);

See Also