An IType that maps a sorted ISet collection
to the database.
Namespace:
NHibernate.TypeAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class GenericSortedSetType(Of T) _ Inherits GenericSetType(Of T) |
C# |
---|
[SerializableAttribute] public class GenericSortedSetType<T> : GenericSetType<T> |
Visual C++ |
---|
[SerializableAttribute] generic<typename T> public ref class GenericSortedSetType : public GenericSetType<T> |
JavaScript |
---|
|
Type Parameters
- T
Inheritance Hierarchy
System..::.Object
NHibernate.Type..::.AbstractType
NHibernate.Type..::.CollectionType
NHibernate.Type..::.SetType
NHibernate.Type..::.GenericSetType<(Of <(T>)>)
NHibernate.Type..::.GenericSortedSetType<(Of <(T>)>)
NHibernate.Type..::.AbstractType
NHibernate.Type..::.CollectionType
NHibernate.Type..::.SetType
NHibernate.Type..::.GenericSetType<(Of <(T>)>)
NHibernate.Type..::.GenericSortedSetType<(Of <(T>)>)