ParticipantDonations
Returns the fee donations for a participant.
Table Specific Information
Select
The driver will use the BlackBaud Raiser's Edge NXT API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the driver.
Note: ParticipantId is required in order to query ParticipantDonations.
- ParticipantId supports the '=' operator.
select * from ParticipantDonations where ParticipantId='666'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The ID of the participant donation. | |
| GiftId | String | The ID of the gift that the participant donation is linked to. | |
| ParticipantId | String | The ID of the participant the donation is linked to |