Click or drag to resize

SessionBaseUpdateObject Method (IOptimizedPersistable)

Tag an object as updated so that it will be updated persistently

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

Parameters

obj
Type: VelocityDbIOptimizedPersistable
The object to update.

Return Value

Type: Boolean
true if object updated; otherwise false
See Also