Gets the ISessionFactoryImplementor the Batcher was created in.

Namespace: NHibernate.AdoNet
Assembly: 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 ();
}

Field Value

The ISessionFactoryImplementor the Batcher was created in.

See Also