A list has a primary key consisting of the key columns + index column
Namespace:
NHibernate.MappingAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class List _ Inherits IndexedCollection |
C# |
---|
public class List : IndexedCollection |
Visual C++ |
---|
public ref class List : public IndexedCollection |
JavaScript |
---|
NHibernate.Mapping.List = function(); Type.createClass( 'NHibernate.Mapping.List', NHibernate.Mapping.IndexedCollection); |
Inheritance Hierarchy
System..::.Object
NHibernate.Mapping..::.Collection
NHibernate.Mapping..::.IndexedCollection
NHibernate.Mapping..::.List
NHibernate.Mapping..::.Array
NHibernate.Mapping..::.Collection
NHibernate.Mapping..::.IndexedCollection
NHibernate.Mapping..::.List
NHibernate.Mapping..::.Array