Return the existing proxy associated with the given object. (Slower than the form above)

Namespace:  NHibernate.Engine
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Function ProxyFor ( _
	impl As Object _
) As Object
C#
Object ProxyFor(
	Object impl
)
Visual C++
Object^ ProxyFor(
	Object^ impl
)
JavaScript
function proxyFor(impl);

Parameters

impl
Type: System..::.Object

See Also