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#
public bool ReassociateIfUninitializedProxy(
	Object value
)
Visual Basic
Public Function ReassociateIfUninitializedProxy ( _
	value As Object _
) As Boolean
Visual C++
public:
virtual bool ReassociateIfUninitializedProxy(
	Object^ value
) sealed

Parameters

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

Return Value

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

Implements

IPersistenceContext..::..ReassociateIfUninitializedProxy(Object)

See Also