Get the entity-name for a given mapped class.

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

Syntax

C#
string TryGetGuessEntityName(
	Type implementor
)
Visual Basic
Function TryGetGuessEntityName ( _
	implementor As Type _
) As String
Visual C++
String^ TryGetGuessEntityName(
	Type^ implementor
)

Parameters

implementor
Type: System..::..Type
the mapped class

Return Value

the enntity name where available or null

See Also