The base class for an IType that maps collections to the database.

Namespace: NHibernate.Type
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
[SerializableAttribute]
public abstract class CollectionType : AbstractType, 
	IAssociationType, IType, ICacheAssembler
Visual Basic
<SerializableAttribute> _
Public MustInherit Class CollectionType _
	Inherits AbstractType _
	Implements IAssociationType, IType, ICacheAssembler
Visual C++
[SerializableAttribute]
public ref class CollectionType abstract : public AbstractType, 
	IAssociationType, IType, ICacheAssembler

Inheritance Hierarchy

See Also