'Usage
Dim instance As DataAccess Dim payment As Payment Dim value As Boolean value = instance.AddPayment(payment)
Parameters
- payment
- A comprehensive Payment object.
Return Value
Returns true if the Payment record was successfully created or updated. Otherwise, returns false.