Type.TableRow
Type.TableRow(table as type) as type
Vráti typ riadka zadaného typu tabuľky. Výsledkom bude vždy typ záznamu.
Vrátiť informácie o type riadka pre jednoduchú tabuľku.
Použitie
let
tableRowType = Type.TableRow(Value.Type(#table({"Column1"}, {})))
in
Type.RecordFields(tableRowType)
Výkon
[Column1 = [Type = type any, Optional = false]]