Click or drag to resize

OptimizedPersistable.Update Method

Overload List
  NameDescription
Public methodUpdate()
Marks an object as being updated so that object will be written at commit transaction. Call before making object changes!
Public methodUpdate(Action)
Marks an object as being updated so that object will be written at commit transaction. Call before making object changes! Add code to update object in Action parameter.
Top
See Also