Design Pattern Framework 3.5
GetCustomerByOrder Method (orderId)
Patterns-In-Action! Application ► DataObjects.Linq.LinqImplementation ► LinqCustomerDao ► GetCustomerByOrder(Int32)
Gets customer given an order.
Declaration Syntax
Parameters
- orderId (Int32)
- The identifier for the order for which customer is requested.
Return Value
The customer.