A one-to-one association to an entity

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

Syntax

C#
[SerializableAttribute]
public class OneToOneType : EntityType, 
	IAssociationType, IType, ICacheAssembler
Visual Basic
<SerializableAttribute> _
Public Class OneToOneType _
	Inherits EntityType _
	Implements IAssociationType, IType, ICacheAssembler
Visual C++
[SerializableAttribute]
public ref class OneToOneType : public EntityType, 
	IAssociationType, IType, ICacheAssembler

Inheritance Hierarchy

See Also