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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -96,9 +96,9 @@ 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
-
## Plugins
99
+
## Plug-ins
100
100
101
-
Querying data using SQL does not trigger any plugins registered on the `RetrieveMultiple` or `Retrieve` messages. Any re-writing of the query or results that would normally be performed by such a plugin will therefore not take effect for a SQL query.
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.
0 commit comments