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