QueryExecutionOptions
- Namespace:
PPDS.Dataverse.Query - Assembly:
PPDS.Dataverse - Kind: Record
- Implements:
IEquatable<QueryExecutionOptions>
Summary
Per-query execution options that affect how the query is sent to Dataverse.
These options map to OrganizationRequest.Parameters keys that modify
server-side behavior (e.g., bypassing plugins or flows).
Members
Properties
BypassFlows
bool BypassFlows { get; set; }
When true, adds SuppressCallbackRegistrationExpanderJob = true to the request,
preventing Power Automate flows from triggering for the query.
Set by the -- ppds:BYPASS_FLOWS query hint.
BypassPlugins
bool BypassPlugins { get; set; }
When true, adds BypassCustomPluginExecution = true to the request,
skipping synchronous plugin execution for the query.
Set by the -- ppds:BYPASS_PLUGINS query hint.