Click or drag to resize

WeakIOptimizedPersistableReferenceXTGetTarget Method

Gets the persistent object referenced by the weak reference

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public T GetTarget(
	bool update,
	SessionBase session
)

Parameters

update
Type: SystemBoolean
Open the persistent object for update?
session
Type: VelocityDb.SessionSessionBase
The session managing the persistent object

Return Value

Type: T
The object referenced by this weak reference
See Also