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 virtual string GetAssociatedEntityName(
	ISessionFactoryImplementor factory
)
Visual Basic
Public Overridable Function GetAssociatedEntityName ( _
	factory As ISessionFactoryImplementor _
) As String
Visual C++
public:
virtual String^ GetAssociatedEntityName(
	ISessionFactoryImplementor^ factory
)

Parameters

factory
Type: NHibernate.Engine..::..ISessionFactoryImplementor
The session factory, for resolution.

Return Value

The associated entity name.

Implements

IAssociationType..::..GetAssociatedEntityName(ISessionFactoryImplementor)

See Also