Design Pattern Framework 3.5
GetCustomer Method (customerId)
Patterns-In-Action! Application ► DataObjects.Linq.LinqImplementation ► LinqCustomerDao ► GetCustomer(Int32)
Gets a customer given a customer identifier.
Declaration Syntax
Parameters
- customerId (Int32)
- The customer identifier.
Return Value
The customer.