PersonsEmails
Get all emails asscociated with persons.
Columns
| Name | Type | Description |
| Id [KEY] | Integer | Persons Id. |
| label | String | Label. |
| Value | String | Value. |
| Primary | Boolean | Primary. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| FirstChar | String | If supplied, only persons whose name starts with the specified letter will be returned. |
| FilterId | Integer | Filter Id. |
| UserId | Integer | User Id. |