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.FunctionReturn

Type.FunctionReturn

Returns a type returned by a function type.

function (type as type) as type

Description

Returns a type returned by a function type.

Category

Type

Examples

Find the return type of () as any).

Type.FunctionReturn(type function () as any)

type any

Previous
Type.FunctionRequiredParameters
Next
Type.Is
Last updated 2 years ago
Edit on GitHub
Contents
Type.FunctionReturn
Description
Category
Examples