Gets the ISessionFactoryImplementor the Batcher was
created in.
Namespace: NHibernate.AdoNetAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
protected ISessionFactoryImplementor Factory { get; } |
| Visual Basic |
|---|
Protected ReadOnly Property Factory As ISessionFactoryImplementor Get |
| Visual C++ |
|---|
protected: property ISessionFactoryImplementor^ Factory { ISessionFactoryImplementor^ get (); } |