You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/developer/common-data-service/cds-sql-query.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,10 @@ The following Common Data Service datatypes are not supported with the SQL conne
96
96
> group by act.activityid, act.subject
97
97
> ```
98
98
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
+
99
103
### See also
100
104
101
105
[Use FetchXML to construct a query](use-fetchxml-construct-query.md)
0 commit comments