The NHibernateProxyHelper type exposes the following members.

Methods

  NameDescription
Public methodStatic memberGetClassWithoutInitializingProxy
Get the class of an instance or the underlying class of a proxy (without initializing the proxy!). It is almost always better to use the entity name!
Public methodStatic memberGuessClass
Get the true, underlying class of a proxied persistent class. This operation will NOT initialize the proxy and thus may return an incorrect result.

Extension Methods

  NameDescription

See Also