Click or drag to resize

SessionBaseUpdateObject Method (Object)

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(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to update.

Return Value

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