An (optional) persister for a collection to be initialized; only collection loaders
return a non-null value
Namespace:
NHibernate.LoaderAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected MustOverride ReadOnly Property CollectionPersisters As ICollectionPersister() |
C# |
---|
protected abstract ICollectionPersister[] CollectionPersisters { get; } |
Visual C++ |
---|
protected: virtual property array<ICollectionPersister^>^ CollectionPersisters { array<ICollectionPersister^>^ get () abstract; } |
JavaScript |
---|
function get_collectionPersisters(); |