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

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

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class BagType _
	Inherits CollectionType
C#
[SerializableAttribute]
public class BagType : CollectionType
Visual C++
[SerializableAttribute]
public ref class BagType : public CollectionType
JavaScript
NHibernate.Type.BagType = function();

Type.createClass(
	'NHibernate.Type.BagType',
	NHibernate.Type.CollectionType);

Inheritance Hierarchy

See Also