A persistent wrapper for an array. lazy initialization is NOT supported

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

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class PersistentArrayHolder _
	Inherits AbstractPersistentCollection
C#
[SerializableAttribute]
public class PersistentArrayHolder : AbstractPersistentCollection
Visual C++
[SerializableAttribute]
public ref class PersistentArrayHolder : public AbstractPersistentCollection
JavaScript
NHibernate.Collection.PersistentArrayHolder = function();

Type.createClass(
	'NHibernate.Collection.PersistentArrayHolder',
	NHibernate.Collection.AbstractPersistentCollection);

Inheritance Hierarchy

System..::.Object
  NHibernate.Collection..::.AbstractPersistentCollection
    NHibernate.Collection..::.PersistentArrayHolder

See Also