A map has a primary key consisting of the key columns + index columns.

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

Syntax

Visual Basic (Declaration)
Public Class Map _
	Inherits IndexedCollection
C#
public class Map : IndexedCollection
Visual C++
public ref class Map : public IndexedCollection
JavaScript
NHibernate.Mapping.Map = function();

Type.createClass(
	'NHibernate.Mapping.Map',
	NHibernate.Mapping.IndexedCollection);

Inheritance Hierarchy

See Also