GetCustomerByOrder Method (orderId)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 GetCustomerByOrder Method (orderId)
Patterns-In-Action! ApplicationDataObjects.Linq.LinqImplementationLinqCustomerDaoGetCustomerByOrder(Int32)
Gets customer given an order.
Declaration Syntax
C# Visual Basic
public Customer GetCustomerByOrder(
	int orderId
)
Public Function GetCustomerByOrder ( _
	orderId As Integer _
) As Customer
Parameters
orderId (Int32)
The identifier for the order for which customer is requested.
Return Value
The customer.

Assembly: DataObjects (Module: DataObjects) Version: 1.0.0.0 (1.0.0.0)