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

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

Syntax

C#
[SerializableAttribute]
public class BagType : CollectionType
Visual Basic
<SerializableAttribute> _
Public Class BagType _
	Inherits CollectionType
Visual C++
[SerializableAttribute]
public ref class BagType : public CollectionType

Inheritance Hierarchy

See Also