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