function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
TdenkTdenk 

Keyword to refresh object from db?

I know there is are DML commands that allow you to send data to the database without explicit SOQL i.e.
update Case;
but is there an analagous statement to "refresh" the object from the database, or must you run a select query?