Extends the MapType to provide sorting.

Namespace:  NHibernate.Type
Assembly:  NHibernate (in NHibernate.dll)

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
JavaScript
NHibernate.Type.SortedMapType = function();

Type.createClass(
	'NHibernate.Type.SortedMapType',
	NHibernate.Type.MapType);

Inheritance Hierarchy

See Also