[Missing <summary> documentation for "M:NHibernate.Impl.SessionFactoryImpl.TryGetGuessEntityName(System.Type)"]

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

Syntax

C#
public string TryGetGuessEntityName(
	Type implementor
)
Visual Basic
Public Function TryGetGuessEntityName ( _
	implementor As Type _
) As String
Visual C++
public:
virtual String^ TryGetGuessEntityName(
	Type^ implementor
) sealed

Parameters

implementor
Type: System..::..Type

[Missing <param name="implementor"/> documentation for "M:NHibernate.Impl.SessionFactoryImpl.TryGetGuessEntityName(System.Type)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Impl.SessionFactoryImpl.TryGetGuessEntityName(System.Type)"]

Implements

ISessionFactoryImplementor..::..TryGetGuessEntityName(Type)

See Also