A mapping for a one-to-many association.

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

Syntax

C#
[SerializableAttribute]
public class OneToMany : IValue
Visual Basic
<SerializableAttribute> _
Public Class OneToMany _
	Implements IValue
Visual C++
[SerializableAttribute]
public ref class OneToMany : IValue

Inheritance Hierarchy

System..::..Object
  NHibernate.Mapping..::..OneToMany

See Also