A persistent wrapper for a IDictionary. Underlying collection is a Hashtable.

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

Syntax

C#
[SerializableAttribute]
public class PersistentMap : AbstractPersistentCollection, 
	IDictionary, ICollection, IEnumerable
Visual Basic
<SerializableAttribute> _
Public Class PersistentMap _
	Inherits AbstractPersistentCollection _
	Implements IDictionary, ICollection, IEnumerable
Visual C++
[SerializableAttribute]
public ref class PersistentMap : public AbstractPersistentCollection, 
	IDictionary, ICollection, IEnumerable

Inheritance Hierarchy

See Also