Record.Combine

Record.Combine(list as list) as record

组合给定 records 中的记录。如果 records 包含非记录值,将返回错误。

示例:

从记录创建组合记录。

使用情况:

Record.Combine({ [CustomerID =1, Name ="Bob"] , [Phone = "123-4567"]})

输出:

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

results matching ""

    No results matching ""