Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
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