Click or drag to resize

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 bool Update()

Return Value

Type: Boolean
true if update successful

Implements

IOptimizedPersistableUpdate
See Also