OptimizedPersistableUpdate Method |
Marks an object as being updated so that object will be written at commit transaction. Call before making object changes!
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax Public Function Update As Boolean
public:
virtual bool Update() sealed
abstract Update : unit -> bool
override Update : unit -> bool
Return Value
Type:
Booleantrue if update successful
Implements
IOptimizedPersistableUpdateSee Also