Čítať v angličtine

Zdieľať cez


Table.SingleRow

Syntax

Table.SingleRow(table as table) as record  

Informácie

Vráti jeden riadok v jednom riadku table. Ak argument neobsahuje table presne jeden riadok, vyskytne sa chyba.

Príklad č. 1

Vráťte jeden riadok v tabuľke.

Použitie

Table.SingleRow(Table.FromRecords({[CustomerID = 1, Name = "Bob", Phone = "123-4567"]}))

Výkon

[CustomerID = 1, Name = "Bob", Phone = "123-4567"]