Napomena
Pristup ovoj stranici zahtijeva autorizaciju. Možete pokušati prijaviti se ili promijeniti direktorije.
Pristup ovoj stranici zahtijeva autorizaciju. Možeš pokušati promijeniti direktorije.
Returns the table definitions for the specified table.
Available for
Model-driven apps
Properties
| Name | Type | Description |
|---|---|---|
| attributeNames | string[] | List of column names of the table. |
| description | string | Entity description. |
| displayName | string | Display name of the table. |
| entityPluralName | string | The plural name of the table. |
| logicalName | string | The logical name of the table. |
| metadata | Dictionary<AttributeMetadata> | Colum definitions for specific columns indexed by column name. |
| primaryImageAttribute | string | Table's primary image column name. |
| primaryIdAttribute | string | Table's primary id column name. |
| primaryNameAttribute | string | Table's primary column name. |
| privilegesByType | Dictionary<securityPrivilegeMetadata> | The privileges for the table indexed by type. |
Related articles
Power Apps component framework API reference
Power Apps component framework overview