 | RevenueRecordPanelPaymentExists Method |
Check if a payment exists on the revenue record.
Namespace: Blackbaud.UAT.Core.Crm.PanelsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static bool PaymentExists(
TableRow donation
)
Public Shared Function PaymentExists (
donation As TableRow
) As Boolean
public:
static bool PaymentExists(
TableRow^ donation
)
Parameters
- donation
- Type: TableRow
Mapping of the donation view form's captions (minus the colon) to a single donation's values.
Return Value
Type:
BooleanTrue if the donation exists, false otherwise.
See Also