An IType that maps an ISet<(Of <(<'T>)>)> collection
to the database.
Namespace: NHibernate.TypeAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
[SerializableAttribute] public class GenericSetType<T> : SetType |
Visual Basic |
---|
<SerializableAttribute> _ Public Class GenericSetType(Of T) _ Inherits SetType |
Visual C++ |
---|
[SerializableAttribute] generic<typename T> public ref class GenericSetType : public SetType |
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:NHibernate.Type.GenericSetType`1"]
Inheritance Hierarchy
System..::..Object
NHibernate.Type..::..AbstractType
NHibernate.Type..::..CollectionType
NHibernate.Type..::..SetType
NHibernate.Type..::..GenericSetType<(Of <(<'T>)>)>
NHibernate.Type..::..GenericOrderedSetType<(Of <(<'T>)>)>
NHibernate.Type..::..GenericSortedSetType<(Of <(<'T>)>)>
NHibernate.Type..::..AbstractType
NHibernate.Type..::..CollectionType
NHibernate.Type..::..SetType
NHibernate.Type..::..GenericSetType<(Of <(<'T>)>)>
NHibernate.Type..::..GenericOrderedSetType<(Of <(<'T>)>)>
NHibernate.Type..::..GenericSortedSetType<(Of <(<'T>)>)>