[Missing <summary> documentation for "M:NHibernate.Type.CollectionType.GetAssociatedEntityName(NHibernate.Engine.ISessionFactoryImplementor)"]

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

Syntax

C#
public string GetAssociatedEntityName(
	ISessionFactoryImplementor factory
)
Visual Basic
Public Function GetAssociatedEntityName ( _
	factory As ISessionFactoryImplementor _
) As String
Visual C++
public:
virtual String^ GetAssociatedEntityName(
	ISessionFactoryImplementor^ factory
) sealed

Parameters

factory
Type: NHibernate.Engine..::..ISessionFactoryImplementor

[Missing <param name="factory"/> documentation for "M:NHibernate.Type.CollectionType.GetAssociatedEntityName(NHibernate.Engine.ISessionFactoryImplementor)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Type.CollectionType.GetAssociatedEntityName(NHibernate.Engine.ISessionFactoryImplementor)"]

Implements

IAssociationType..::..GetAssociatedEntityName(ISessionFactoryImplementor)

See Also