Gets or sets the currently bound session.
Namespace: SHHH.Infrastructure.NHibernate.WebAssembly: SHHH.Infrastructure.NHibernate.Web (in SHHH.Infrastructure.NHibernate.Web.dll) Version: 2.2.2.3 (2.2.2.3)
protected override ISession Session { get; set; }protected override ISession Session { get; set; }Protected Overrides Property Session As ISession
Get
Set
Protected Overrides Property Session As ISession
Get
Set
protected:
virtual property ISession^ Session {
ISession^ get () override;
void set (ISession^ value) override;
}protected:
virtual property ISession^ Session {
ISession^ get () override;
void set (ISession^ value) override;
}