An IType that maps an ISet collection
to the database.
Namespace:
NHibernate.TypeAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class GenericSetType(Of T) _ Inherits SetType |
C# |
---|
[SerializableAttribute] public class GenericSetType<T> : SetType |
Visual C++ |
---|
[SerializableAttribute] generic<typename T> public ref class GenericSetType : public SetType |
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>)>)