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

Last updated

Was this helpful?