Skip to main content

Type.TableRow

Pateikiamas lentelės tipo eilutės tipas.

Syntax

Type.TableRow(
table as type
) as type

Remarks

Pateikiamas nurodyto lentelės tipo eilutės tipas. Rezultatas visada bus įrašo tipas.

Examples

Example #1

Pateikite paprastos lentelės eilutės tipo informaciją.

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

Result:

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

Category

Type