'Usage
Dim instance As DataAccess Dim invoice As Invoice Dim value As Invoice value = instance.SaveInvoice(invoice)
Parameters
- invoice
- A comprehensive Invoice object.
Return Value
The exact comprehensive Invoice object that was persisted to the database.