Skip to content

Commit c413f7c

Browse files
Minor tweaks
1 parent ef52901 commit c413f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/data-platform/org-service/linq-query-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ using (ServiceContext svcContext = new ServiceContext(_serviceProxy))
10721072

10731073
## Use LoadProperty to retrieve related rows
10741074

1075-
The following sample shows how to [Relationship]<xref:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.LoadProperty(Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.Relationship)> to access related rows.
1075+
The following sample shows how to <xref:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.LoadProperty(Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.Relationship)> to access related rows.
10761076

10771077
```csharp
10781078
Contact benAndrews = svcContext.ContactSet.Where(c => c.FullName == "Ben Andrews").FirstOrDefault();

0 commit comments

Comments
 (0)