An IType that maps an ISet collection
to the database.
Namespace:
NHibernate.TypeAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class SetType _ Inherits CollectionType |
C# |
---|
[SerializableAttribute] public class SetType : CollectionType |
Visual C++ |
---|
[SerializableAttribute] public ref class SetType : public CollectionType |
JavaScript |
---|
NHibernate.Type.SetType = function(); Type.createClass( 'NHibernate.Type.SetType', NHibernate.Type.CollectionType); |
Inheritance Hierarchy
System..::.Object
NHibernate.Type..::.AbstractType
NHibernate.Type..::.CollectionType
NHibernate.Type..::.SetType
NHibernate.Type..::.GenericSetType<(Of <(T>)>)
NHibernate.Type..::.OrderedSetType
NHibernate.Type..::.SortedSetType
NHibernate.Type..::.AbstractType
NHibernate.Type..::.CollectionType
NHibernate.Type..::.SetType
NHibernate.Type..::.GenericSetType<(Of <(T>)>)
NHibernate.Type..::.OrderedSetType
NHibernate.Type..::.SortedSetType