A simple-point association (ie. a reference to another entity).

Namespace: NHibernate.Mapping
Assembly:   NHibernate (in NHibernate)
Version: 1.2.0.4000

Syntax

Visual Basic (Declaration)
Public MustInherit Class ToOne _
	Inherits SimpleValue _
	Implements IFetchable
C#
public abstract class ToOne : SimpleValue, IFetchable
Visual C++
public ref class ToOne abstract : public SimpleValue, IFetchable

Inheritance Hierarchy