Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Adds column to the column set.
Available for
Model-driven apps
Syntax
context.parameters.dataset.addColumn(name, columnAlias)
Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| name | string |
Yes | Name of the column. For linked entities concatenate linking entity alias and the column name, for example: contact_alias.firstname. |
| columnAlias | string |
No | Alias of the column. |
Return value
Type: Promise
Related articles
Dataset
Power Apps component framework API reference
Power Apps component framework overview