Skip to content

Commit 945e2f6

Browse files
authored
Merge pull request MicrosoftDocs#1426 from MarkMpn/patch-3
Indicate that plugins are not fired by SQL queries
2 parents e1adf50 + 63c3a20 commit 945e2f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

powerapps-docs/developer/common-data-service/cds-sql-query.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ The following Common Data Service datatypes are not supported with the SQL conne
9696
> group by act.activityid, act.subject
9797
> ```
9898
99+
## Plug-ins
100+
101+
Querying data using SQL does not trigger any plug-ins registered on the <xref:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest> or <xref:Microsoft.Xrm.Sdk.Messages.RetrieveRequest> messages. Any re-writing of the query or results that would normally be performed by such a plug-in will therefore not take effect for a SQL query.
102+
99103
### See also
100104
101105
[Use FetchXML to construct a query](use-fetchxml-construct-query.md)

0 commit comments

Comments
 (0)