Power Query
published
Search
⌃K
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.TableColumn
Type.TableColumn
Returns the type of a column in a table.
function (
tableType
as type,
column
as text) as type
Description
Returns the type of the column
column
in the table type
tableType
.
Category
Type
Previous
Type.ReplaceTableKeys
Next
Type.TableKeys
Last modified
4yr ago