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)
Syntaxvoid Unpersist(
SessionBase session
)
Sub Unpersist (
session As SessionBase
)
void Unpersist(
SessionBase^ session
)
abstract Unpersist :
session : SessionBase -> unit
Parameters
- session
- Type: VelocityDb.SessionSessionBase
The managing session
See Also