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