An IType that maps an IList collection using list semantics to the database.

Namespace: NHibernate.Type
Assembly:   NHibernate (in NHibernate)
Version: 1.2.0.4000

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class ListType _
	Inherits CollectionType
C#
[SerializableAttribute]
public class ListType : CollectionType
Visual C++
[SerializableAttribute]
public ref class ListType : public CollectionType

Inheritance Hierarchy