PersonsEmails
Get all emails asscociated with persons.
Columns
| Name | Type | Description |
| PersonId | Integer | Persons Id. |
| label | String | Label. |
| Value | String | Value. |
| Primary | Boolean | Primary. |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| 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. |