Skip to content

Commit d2e5b36

Browse files
authored
Update entity-operations-update-delete.md
Fix link to Entity
1 parent f981cba commit d2e5b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/data-platform/org-service/entity-operations-update-delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Use the [Entity.Id property](xref:Microsoft.Xrm.Sdk.Entity.Id) to transfer the u
4444
4545
#### [Late-bound](#tab/late)
4646

47-
The following example shows using the [Entity class](xref:Microsoft.Xrm.Sdk.Entity] to create an account using the [IOrganizationService.Update method](xref:Microsoft.Xrm.Sdk.IOrganizationService.Update%2A).
47+
The following example shows using the [Entity class](xref:Microsoft.Xrm.Sdk.Entity) to create an account using the [IOrganizationService.Update method](xref:Microsoft.Xrm.Sdk.IOrganizationService.Update%2A).
4848

4949
```csharp
5050
var retrievedAccount = new Entity("account", new Guid("a976763a-ba1c-e811-a954-000d3af451d6"));

0 commit comments

Comments
 (0)