An IType that maps an IDictionary collection
to the database.
Namespace:
NHibernate.TypeAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class MapType _ Inherits CollectionType |
C# |
---|
[SerializableAttribute] public class MapType : CollectionType |
Visual C++ |
---|
[SerializableAttribute] public ref class MapType : public CollectionType |
JavaScript |
---|
NHibernate.Type.MapType = function(); Type.createClass( 'NHibernate.Type.MapType', NHibernate.Type.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