An IType that maps an IDictionary<(Of TKey, TValue>) collection
to the database.
Namespace: NHibernate.Type
Assembly: NHibernate (in NHibernate)
Version: 1.2.0.4000
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 |
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>)