Reload

Description

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

Syntax

VBScript


entity.Reload 

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 (VBScript only).
Return value
None.