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# |
---|
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.