Type.TableRow

语法

Type.TableRow(table as type) as type

关于

返回指定表类型的行类型。 结果将始终是记录类型。

示例 1

返回简单表的行类型信息。

使用情况

let    tableRowType = Type.TableRow(Value.Type(#table({ "Column1" }, {  })))in    Type.RecordFields(tableRowType)

输出

[Column1 = [Type = type any, Optional = false]]

results matching ""

    No results matching ""