[Missing <summary> documentation for "P:NHibernate.Persister.Collection.AbstractCollectionPersister.Factory"]

Namespace: NHibernate.Persister.Collection
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public ISessionFactoryImplementor Factory { get; }
Visual Basic
Public ReadOnly Property Factory As ISessionFactoryImplementor
	Get
Visual C++
public:
virtual property ISessionFactoryImplementor^ Factory {
	ISessionFactoryImplementor^ get () sealed;
}

Implements

ICollectionPersister..::..Factory

See Also