Extends the MapType to provide sorting.

Namespace: NHibernate.Type
Assembly:   NHibernate (in NHibernate)
Version: 1.2.0.4000

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class SortedMapType _
	Inherits MapType
C#
[SerializableAttribute]
public class SortedMapType : MapType
Visual C++
[SerializableAttribute]
public ref class SortedMapType : public MapType

Inheritance Hierarchy

System.Object
  NHibernate.Type.AbstractType
    NHibernate.Type.CollectionType
      NHibernate.Type.MapType
        NHibernate.Type.SortedMapType