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