Skip to content

Commit 4247f76

Browse files
committed
Updating
1 parent a006c0c commit 4247f76

File tree

5 files changed

+297
-278
lines changed

5 files changed

+297
-278
lines changed

powerapps-docs/developer/component-framework/reference/entityformoptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ private onRowClick(event: Event): void {
9494
if (rowRecordId) {
9595
let entityreference = this.contextObj.parameters.simpleTableGrid.records[
9696
rowRecordId
97-
].getNamedreference();
97+
].getNamedReference();
9898
let entityFormOptions = {
9999
entityName: entityreference.entityType!,
100100
entityId: entityreference.id

powerapps-docs/developer/component-framework/reference/entityrecord/getnamedreference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: getNamedreference | Microsoft Docs
2+
title: getNamedReference | Microsoft Docs
33
description:
44
keywords:
55
ms.author: nabuthuk
@@ -12,7 +12,7 @@ ms.tgt_pltfrm: ""
1212
ms.topic: "article"
1313
ms.assetid: f879cb97-34d2-49ed-bef3-4df0af972b19
1414
---
15-
# getNamedreference
15+
# getNamedReference
1616

1717
[!INCLUDE[./includes/getnamedreference-description.md](./includes/getnamedreference-description.md)]
1818

@@ -22,7 +22,7 @@ Model-driven apps
2222

2323
## Syntax
2424

25-
`getNamedreference()`
25+
`getNamedReference()`
2626

2727
## Return Value
2828

powerapps-docs/developer/component-framework/sample-controls/data-set-grid-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ export class TSDataSetGrid
238238
if (rowRecordId) {
239239
let entityreference = this.contextObj.parameters.dataSetGrid.records[
240240
rowRecordId
241-
].getNamedreference();
241+
].getNamedReference();
242242
let entityFormOptions = {
243243
entityName: entityreference.name,
244244
entityId: entityreference.id

0 commit comments

Comments
 (0)