Takes the given object and, if it represents a proxy, reassociates it with this event source.

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

Syntax

C#
bool ReassociateIfUninitializedProxy(
	Object value
)
Visual Basic
Function ReassociateIfUninitializedProxy ( _
	value As Object _
) As Boolean
Visual C++
bool ReassociateIfUninitializedProxy(
	Object^ value
)

Parameters

value
Type: System..::..Object
The possible proxy to be reassociated.

Return Value

Whether the passed value represented an actual proxy which got initialized.

See Also