Design Pattern Framework 3.5
GetOrders Method (customerId)
Patterns-In-Action! Application ► DataObjects.Linq.LinqImplementation ► LinqOrderDao ► GetOrders(Int32)
Gets all orders for a given customer.
Declaration Syntax
Parameters
- customerId (Int32)
- Unique customer identifier.
Return Value
List of orders.