A list has a primary key consisting of the key columns + index column

Namespace:  NHibernate.Mapping
Assembly:  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

See Also