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