Invokes the method if this is something that the LazyInitializer can handle
without the underlying proxied object being instantiated.
Namespace: NHibernate.Proxy.PocoAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
Return Value
The result of the Invoke if the underlying proxied object is not needed. If the
underlying proxied object is needed then it returns the result
InvokeImplementation
which indicates that the Proxy will need to forward to the real implementation.
See Also