OptimizedPersistableUpdate Method |
| Name | Description | |
|---|---|---|
| Update |
Marks an object as being updated so that object will be written at commit transaction. Call before making object changes!
| |
| Update(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.
|