An IType that maps an IDictionary<(Of <(TKey, TValue>)>) collection to the database.

Namespace:  NHibernate.Type
Assembly:  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
JavaScript does not support generic types or methods.

Type Parameters

TKey
TValue

Inheritance Hierarchy

See Also