A persistent wrapper for a IDictionary. Underlying collection
is a Hashtable.
Namespace: NHibernate.CollectionAssembly: 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
System..::..Object
NHibernate.Collection..::..AbstractPersistentCollection
NHibernate.Collection..::..PersistentMap
NHibernate.Collection.Generic..::..PersistentGenericMap<(Of <(<'TKey, TValue>)>)>
NHibernate.Collection..::..AbstractPersistentCollection
NHibernate.Collection..::..PersistentMap
NHibernate.Collection.Generic..::..PersistentGenericMap<(Of <(<'TKey, TValue>)>)>