The name of the associated entity.

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

Syntax

C#
public string GetAssociatedEntityName()
Visual Basic
Public Function GetAssociatedEntityName As String
Visual C++
public:
String^ GetAssociatedEntityName()

Return Value

The associated entity name.

See Also