EntityReload
Reload an entity from the database.
Will repopulate all persistent properties on the entity with the latest values from the database.
Method Signature
EntityReload(entity=[Any])
Arguments
Argument
Type
Required
Description
Default
entity
Any
true
The entity instance to reload.
Examples
Related
Last updated
Was this helpful?