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

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

Syntax

C#
[SerializableAttribute]
public abstract class ToOne : SimpleValue, 
	IFetchable
Visual Basic
<SerializableAttribute> _
Public MustInherit Class ToOne _
	Inherits SimpleValue _
	Implements IFetchable
Visual C++
[SerializableAttribute]
public ref class ToOne abstract : public SimpleValue, 
	IFetchable

Inheritance Hierarchy

See Also