Skip to content

Commit 63c3a20

Browse files
authored
Added message links
PR approved by Jim Daly
1 parent 9c20bca commit 63c3a20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ The following Common Data Service datatypes are not supported with the SQL conne
9696
> group by act.activityid, act.subject
9797
> ```
9898
99-
## Plugins
99+
## Plug-ins
100100
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.
102102
103103
### See also
104104

0 commit comments

Comments
 (0)