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

Syntax

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

Type.createClass(
	'NHibernate.Mapping.ManyToOne',
	NHibernate.Mapping.ToOne);

Inheritance Hierarchy

System..::.Object
  NHibernate.Mapping..::.SimpleValue
    NHibernate.Mapping..::.ToOne
      NHibernate.Mapping..::.ManyToOne

See Also