Reload

Description

Refreshes the current in-memory copy of the record with the latest value from the database.

Syntax

Perl


$entity->Reload(); 
Identifier
Description
entity
An Entity object representing a user data record. Inside a hook, if you omit this part of the syntax, the Entity object corresponding to the current data record is assumed.
Return value
None.