NHibernateProxyHelper provides convenience methods for working with
objects that might be instances of Classes or the Proxied version of
the Class.
Namespace:
NHibernate.Proxy
Assembly:
NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public NotInheritable Class NHibernateProxyHelper |
C# |
---|
public sealed class NHibernateProxyHelper |
Visual C++ |
---|
public ref class NHibernateProxyHelper sealed |
JavaScript |
---|
NHibernate.Proxy.NHibernateProxyHelper = function();
Type.createClass(
'NHibernate.Proxy.NHibernateProxyHelper'); |
Inheritance Hierarchy
See Also