evict
Returns
Arguments
Examples
ormService.evict(entityName="Account",account.getID());
ormService.evict(entityName="Account");
ormService.evict(entityName="Account", collectionName="MyAccounts");Last updated
Was this helpful?