UpdateCustomer Method (customer)
From Design Pattern Framework 3.5
Design Pattern Framework 3.5
UpdateCustomer Method (customer)
Patterns-In-Action! Application ► WindowsFormsModel ► Model ► UpdateCustomer(CustomerModel)
Updates an existing customer in the database.
| C# | Visual Basic |
public int UpdateCustomer( CustomerModel customer )
Public Function UpdateCustomer ( _ customer As CustomerModel _ ) As Integer
- customer (CustomerModel)
- The updated customer.
Number or records affected. Should be 1.