Skip to content

Commit ea3d1d4

Browse files
Updated Record.RemoveFields description in table
1 parent d91e570 commit ea3d1d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

query-languages/m/record-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: "Learn more about: Record functions"
33
title: "Record functions"
4-
ms.date: 5/16/2022
4+
ms.date: 2/18/2025
55
ms.custom: "nonautomated-date"
66
---
77
# Record functions
@@ -27,7 +27,7 @@ These functions create and manipulate record values.
2727
|[GeometryPoint.From](geometrypoint-from.md)|Creates a record representing a geometric point from parts.|
2828
|[Record.AddField](record-addfield.md)|Adds a field from a field name and value.|
2929
|[Record.Combine](record-combine.md)|Combines the records in a list.|
30-
|[Record.RemoveFields](record-removefields.md)|Returns a new record that reorders the given fields with respect to each other. Any fields not specified remain in their original locations.|
30+
|[Record.RemoveFields](record-removefields.md)|Removes the specified field(s) from the input record.|
3131
|[Record.RenameFields](record-renamefields.md)|Returns a new record that renames the fields specified. The resultant fields will retain their original order. This function supports swapping and chaining field names. However, all target names plus remaining field names must constitute a unique set or an error will occur.|
3232
|[Record.ReorderFields](record-reorderfields.md)|Returns a new record that reorders fields relative to each other. Any fields not specified remain in their original locations. Requires two or more fields.|
3333
|[Record.TransformFields](record-transformfields.md)|Transforms fields by applying transformOperations. For more more information about values supported by transformOperations, go to [Parameter Values](#parameter-values).|

0 commit comments

Comments
 (0)