Skip to main content

Type.TableRow

Tiek atgriezts rindas tips tabulas tipā.

Syntax

Type.TableRow(
table as type
) as type

Remarks

Atgriež norādītā tabulas tipa rindas tipu. Rezultāts vienmēr būs ieraksta tips.

Examples

Example #1

Tiek atrakstīta rindas tipa informācija vienkāršai tabulai.

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

Result:

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

Category

Type