[Missing <summary> documentation for "P:NHibernate.Hql.Ast.ANTLR.Loader.QueryLoader.CollectionPersisters"]

Namespace: NHibernate.Hql.Ast.ANTLR.Loader
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected override ICollectionPersister[] CollectionPersisters { get; }
Visual Basic
Protected Overrides ReadOnly Property CollectionPersisters As ICollectionPersister()
	Get
Visual C++
protected:
virtual property array<ICollectionPersister^>^ CollectionPersisters {
	array<ICollectionPersister^>^ get () override;
}

See Also