Click or drag to resize

IOptimizedPersistableUnpersist Method

Removes an object from the persistent store and makes the object a transient object. It does not automatically make referenced objects unpersisted. Best way to do so is to override this virtual function in your own classes.

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
void Unpersist(
	SessionBase session
)

Parameters

session
Type: VelocityDb.SessionSessionBase
The managing session
See Also