Power Query
Power Query
Power Query
Power Query
published
Introduction
Accessing Data
Action
Binary
Binary Formats
Combiner
Comparer
Cube
Date
Date Time
Date Time Zone
Diagnostics
Duration
Error
Expression
Function
Lines
List
Logical
Metadata
Number
Record
Replacer
Splitter
Table
Text
Time
Type
Function.IsDataSource
Type.AddTableKey
Type.ClosedRecord
Type.Facets
Type.ForFunction
Type.ForRecord
Type.FunctionParameters
Type.FunctionRequiredParameters
Type.FunctionReturn
Type.Is
Type.IsNullable
Type.IsOpenRecord
Type.ListItem
Type.NonNullable
Type.OpenRecord
Type.RecordFields
Type.ReplaceFacets
Type.ReplaceTableKeys
Type.TableColumn
Type.TableKeys
Type.TableRow
Type.TableSchema
Type.Union
Uri
Values
Powered by GitBook

Type.OpenRecord

Type.OpenRecord

Returns an opened version of the given record type (or the same type, if it is already open).

function (type as type) as type

Description

Returns an opened version of the given record type (or the same type, if it is already opened).

Category

Type

Examples

Create an opened version of type [ A = number].

Type.OpenRecord(type [ A = number])

type [ A = number, ... ]

Previous
Type.NonNullable
Next
Type.RecordFields
Last updated 2 years ago
Edit on GitHub
Contents
Type.OpenRecord
Description
Category
Examples