Takes the given object and, if it represents a proxy, reassociates it with this event source.
Namespace: NHibernate.EngineAssembly: 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
) |
Return Value
Whether the passed value represented an actual proxy which got initialized.
See Also