Get the persister of the element class, if this is a
collection of entities (optional operation). Note that
for a one-to-many association, the returned persister
must be OuterJoinLoadable.
Namespace: NHibernate.Persister.CollectionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
IEntityPersister ElementPersister { get; } |
| Visual Basic |
|---|
ReadOnly Property ElementPersister As IEntityPersister Get |
| Visual C++ |
|---|
property IEntityPersister^ ElementPersister { IEntityPersister^ get (); } |