Initialize the proxy manually by injecting its target.

Namespace: NHibernate.Proxy
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
void SetImplementation(
	Object target
)
Visual Basic
Sub SetImplementation ( _
	target As Object _
)
Visual C++
void SetImplementation(
	Object^ target
)

Parameters

target
Type: System..::..Object
The proxy target (the actual entity being proxied).

See Also