An IType that maps an IDictionary collection
to the database.
Namespace: NHibernate.TypeAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
[SerializableAttribute] public class MapType : CollectionType |
Visual Basic |
---|
<SerializableAttribute> _ Public Class MapType _ Inherits CollectionType |
Visual C++ |
---|
[SerializableAttribute] public ref class MapType : public CollectionType |
Inheritance Hierarchy
System..::..Object
NHibernate.Type..::..AbstractType
NHibernate.Type..::..CollectionType
NHibernate.Type..::..MapType
NHibernate.Type..::..GenericMapType<(Of <(<'TKey, TValue>)>)>
NHibernate.Type..::..OrderedMapType
NHibernate.Type..::..SortedMapType
NHibernate.Type..::..AbstractType
NHibernate.Type..::..CollectionType
NHibernate.Type..::..MapType
NHibernate.Type..::..GenericMapType<(Of <(<'TKey, TValue>)>)>
NHibernate.Type..::..OrderedMapType
NHibernate.Type..::..SortedMapType