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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property ElementPersister As IEntityPersister
C#
public IEntityPersister ElementPersister { get; }
Visual C++
public:
virtual property IEntityPersister^ ElementPersister {
	IEntityPersister^ get () sealed;
}
JavaScript
function get_elementPersister();

Implements

IQueryableCollection..::.ElementPersister

See Also