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