Private ReadonlycachePrivate ReadonlyconnectionPrivate ReadonlyloggerPrivate ReadonlynsPrivatequeryPrivatequeryStaticnumberClear cached query results.
Optionaloptions: QueryOptionsQuery salesforce for a record
Query string
OptionaluseCache: booleanStore the query in the internal query cache or retrieve the cached version of the response if it exists
OptionalcancelToken: CancellationTokenQuery salesforce for a record using the tooling API
Query string
OptionaluseCache: booleanStore the query in the internal query cache or retrieve the cached version of the response if it exists
OptionalcancelToken: CancellationTokenSets the query cache options. When the query cache is enabled, the query results are stored in memory and reused when the same query is executed again. When changing cache state the current cache is cleared.
The query cache options.
Optionaldefault?: booleanIndicates what the default behavior should be when the useCache paramter is not explicitly set by the caller.
Indicates whether the query cache is enabled.
The current instance of the QueryService.
StaticformatFormat the value of a field to match the Salesforce object schema value so it can be inserted or uploaded
The value to format
Field metadata describing the field type
Extra options such as wrapping and escaping; both default to true
Private StatictryPrivate Statictry
Number formatter for Salesforce numbers used by the query service. Change this to change the default number formatting behavior.