Click or drag to resize

PageUnpersistObject Method

Use this as an alternative to Unpersist(SessionBase) or when using the interface class IOptimizedPersistable

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public void UnpersistObject(
	IOptimizedPersistable pObj
)

Parameters

pObj
Type: VelocityDbIOptimizedPersistable
The object to be unpersisted
See Also