Skip to content

Commit feb1074

Browse files
committed
add contributors and set date
1 parent 7bb0751 commit feb1074

22 files changed

+130
-20
lines changed

powerapps-docs/developer/data-platform/fetchxml/aggregate-data.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ ms.subservice: dataverse-developer
99
ms.author: gned
1010
search.audienceType:
1111
- developer
12+
contributors:
13+
- JimDaly
14+
- dmitmikh
15+
- dasussMS
16+
- apahwa-lab
17+
- DonaldlaGithub
1218
---
1319
# Aggregate data using FetchXml
1420

powerapps-docs/developer/data-platform/fetchxml/count-rows.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ ms.subservice: dataverse-developer
99
ms.author: gned
1010
search.audienceType:
1111
- developer
12+
contributors:
13+
- JimDaly
14+
- dmitmikh
15+
- dasussMS
16+
- apahwa-lab
17+
- DonaldlaGithub
1218
---
1319
# Count rows using FetchXml
1420

powerapps-docs/developer/data-platform/fetchxml/filter-rows.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
---
22
title: Filter rows using FetchXml
33
description: Learn how to use FetchXml to filter rows when you retrieve data from Microsoft Dataverse.
4-
ms.date: 01/30/2024
4+
ms.date: 03/01/2024
55
ms.reviewer: jdaly
66
ms.topic: how-to
77
author: pnghub
88
ms.subservice: dataverse-developer
99
ms.author: gned
1010
search.audienceType:
1111
- developer
12+
contributors:
13+
- JimDaly
14+
- dmitmikh
15+
- dasussMS
16+
- apahwa-lab
17+
- DonaldlaGithub
1218
---
1319
# Filter rows using FetchXml
1420

powerapps-docs/developer/data-platform/fetchxml/join-tables.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
---
22
title: Join tables using FetchXml
33
description: Learn how to use FetchXml to join tables when you retrieve data from Microsoft Dataverse.
4-
ms.date: 01/30/2024
4+
ms.date: 03/01/2024
55
ms.reviewer: jdaly
66
ms.topic: how-to
77
author: pnghub
88
ms.subservice: dataverse-developer
99
ms.author: gned
1010
search.audienceType:
1111
- developer
12+
contributors:
13+
- JimDaly
14+
- dmitmikh
15+
- dasussMS
16+
- apahwa-lab
17+
- DonaldlaGithub
1218
---
1319
# Join tables using FetchXml
1420

powerapps-docs/developer/data-platform/fetchxml/optimize-performance.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
---
22
title: Optimize performance using FetchXml
33
description: Learn how to optimize performance when you retrieve data from Microsoft Dataverse using FetchXml.
4-
ms.date: 01/31/2024
4+
ms.date: 03/01/2024
55
ms.reviewer: jdaly
66
ms.topic: how-to
77
author: pnghub
88
ms.subservice: dataverse-developer
99
ms.author: gned
1010
search.audienceType:
1111
- developer
12+
contributors:
13+
- JimDaly
14+
- dmitmikh
15+
- dasussMS
16+
- apahwa-lab
17+
- DonaldlaGithub
1218
---
1319
# Optimize performance using FetchXml
1420

powerapps-docs/developer/data-platform/fetchxml/order-rows.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
---
22
title: Order rows using FetchXml
33
description: Learn how to use FetchXml to order rows when you retrieve data from Microsoft Dataverse.
4-
ms.date: 01/30/2024
4+
ms.date: 03/01/2024
55
ms.reviewer: jdaly
66
ms.topic: how-to
77
author: pnghub
88
ms.subservice: dataverse-developer
99
ms.author: gned
1010
search.audienceType:
1111
- developer
12+
contributors:
13+
- JimDaly
14+
- dmitmikh
15+
- dasussMS
16+
- apahwa-lab
17+
- DonaldlaGithub
1218
---
1319
# Order rows using FetchXml
1420

powerapps-docs/developer/data-platform/fetchxml/overview.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
---
22
title: Use FetchXml to query data
33
description: Learn to compose a query using FetchXml, a proprietary XML based language that is used in Microsoft Dataverse to retrieve data.
4-
ms.date: 01/30/2024
4+
ms.date: 03/01/2024
55
ms.reviewer: jdaly
66
ms.topic: how-to
77
author: pnghub
88
ms.subservice: dataverse-developer
99
ms.author: gned
1010
search.audienceType:
1111
- developer
12+
contributors:
13+
- JimDaly
14+
- dmitmikh
15+
- dasussMS
16+
- apahwa-lab
17+
- DonaldlaGithub
1218
---
1319
# Query data using FetchXml
1420

powerapps-docs/developer/data-platform/fetchxml/page-results.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
---
22
title: Page results using FetchXml
33
description: Learn how to use FetchXml to page results when you retrieve data from Microsoft Dataverse.
4-
ms.date: 01/30/2024
4+
ms.date: 03/01/2024
55
ms.reviewer: jdaly
66
ms.topic: how-to
77
author: pnghub
88
ms.subservice: dataverse-developer
99
ms.author: gned
1010
search.audienceType:
1111
- developer
12+
contributors:
13+
- JimDaly
14+
- dmitmikh
15+
- dasussMS
16+
- apahwa-lab
17+
- DonaldlaGithub
1218
---
1319
# Page results using FetchXml
1420

powerapps-docs/developer/data-platform/fetchxml/reference/all-attributes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@ description: Use this element to specify that all columns in the containing enti
44
author: pnghub
55
ms.author: gned
66
ms.reviewer: jdaly
7-
ms.date: 08/31/2023
7+
ms.date: 03/01/2024
88
ms.topic: reference
99
ms.subservice: dataverse-developer
1010
search.audienceType:
1111
- developer
1212
contributors:
1313
- JimDaly
14+
- dmitmikh
15+
- dasussMS
16+
- apahwa-lab
17+
- DonaldlaGithub
1418
---
1519
# all-attributes element
1620

powerapps-docs/developer/data-platform/fetchxml/reference/attribute.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@ description: Use this element to specify which columns in the containing entity
44
author: pnghub
55
ms.author: gned
66
ms.reviewer: jdaly
7-
ms.date: 08/31/2023
7+
ms.date: 03/01/2024
88
ms.topic: reference
99
ms.subservice: dataverse-developer
1010
search.audienceType:
1111
- developer
1212
contributors:
1313
- JimDaly
14+
- dmitmikh
15+
- dasussMS
16+
- apahwa-lab
17+
- DonaldlaGithub
1418
---
1519
# attribute element
1620

0 commit comments

Comments
 (0)