Get the entity-name for a given mapped class.
Namespace: NHibernate.EngineAssembly: 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