GetCustomer Method (customerId)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 GetCustomer Method (customerId)
Gets a specific customer record.
Declaration Syntax
C# Visual Basic
public Customer GetCustomer(
	int customerId
)
Public Function GetCustomer ( _
	customerId As Integer _
) As Customer
Parameters
customerId (Int32)
Unique customer object.
Return Value
Customer object.

Assembly: ASPNETWebApplication (Module: ASPNETWebApplication) Version: 1.0.0.0 (1.0.0.0)