Click or drag to resize

SessionBaseUnpersist Method

Use this when you want to delete objects that are not assignable as IOptimizedPersistable

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public virtual bool Unpersist(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to be deleted from persistent storage

Return Value

Type: Boolean
true if object found and deleted; otherwise false
See Also