[Missing <summary> documentation for "P:NHibernate.Driver.BasicResultSetsCommand.Session"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
protected ISessionImplementor Session { get; private set; } |
Visual Basic |
---|
Protected Property Session As ISessionImplementor Get Private Set |
Visual C++ |
---|
protected: property ISessionImplementor^ Session { ISessionImplementor^ get (); private: void set (ISessionImplementor^ value); } |