Get the ISessionFactory that created this instance.
Namespace: NHibernateAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
ISessionFactory SessionFactory { get; } |
| Visual Basic |
|---|
ReadOnly Property SessionFactory As ISessionFactory Get |
| Visual C++ |
|---|
property ISessionFactory^ SessionFactory { ISessionFactory^ get (); } |