Keywords
Apex
has the following keywords available:
final
instanceof
super
this
transient
with sharing
and
without sharing
Using the final Keyword
Using the instanceof Keyword
Using the super Keyword
Using the this Keyword
Using the transient Keyword
Using the with sharing or without sharing Keywords
Use the
with sharing
or
without sharing
keywords on a class to specify whether or not to enforce sharing rules.
← Previous
Next →
Previous
Next