Recharger

Description

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

Syntaxe

VBScript

entity.Reload 

Perl

$entity->Reload(); 
Identificateur
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).
Valeur renvoyée
Aucune.

Commentaires en retour