An IType that maps an IList<(Of <(T>)>) collection
to the database using bag semantics.
Namespace:
NHibernate.TypeAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class GenericBagType(Of T) _ Inherits BagType |
C# |
---|
[SerializableAttribute] public class GenericBagType<T> : BagType |
Visual C++ |
---|
[SerializableAttribute] generic<typename T> public ref class GenericBagType : public BagType |
JavaScript |
---|
|
Type Parameters
- T
Inheritance Hierarchy
System..::.Object
NHibernate.Type..::.AbstractType
NHibernate.Type..::.CollectionType
NHibernate.Type..::.BagType
NHibernate.Type..::.GenericBagType<(Of <(T>)>)
NHibernate.Type..::.AbstractType
NHibernate.Type..::.CollectionType
NHibernate.Type..::.BagType
NHibernate.Type..::.GenericBagType<(Of <(T>)>)