GetCustomer Method (customerId)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 GetCustomer Method (customerId)
Gets a customer given a customer identifier.
Declaration Syntax
C# Visual Basic
public Customer GetCustomer(
	int customerId
)
Public Function GetCustomer ( _
	customerId As Integer _
) As Customer
Parameters
customerId (Int32)
The customer identifier.
Return Value
The customer.

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