UpdateCustomer Method (customer)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 UpdateCustomer Method (customer)
Patterns-In-Action! ApplicationWindowsFormsModelModelUpdateCustomer(CustomerModel)
Updates an existing customer in the database.
Declaration Syntax
C# Visual Basic
public int UpdateCustomer(
	CustomerModel customer
)
Public Function UpdateCustomer ( _
	customer As CustomerModel _
) As Integer
Parameters
customer (CustomerModel)
The updated customer.
Return Value
Number or records affected. Should be 1.

Assembly: WindowsFormsModel (Module: WindowsFormsModel) Version: 1.0.0.0 (1.0.0.0)