An IType that maps an ISet collection to the database.

Namespace:  NHibernate.Type
Assembly:  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

See Also