GetCustomers Method (sortExpression)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 GetCustomers Method (sortExpression)
Gets a list of customers.
Declaration Syntax
C# Visual Basic
public IList<Customer> GetCustomers(
	string sortExpression
)
Public Function GetCustomers ( _
	sortExpression As String _
) As IList(Of Customer)
Parameters
sortExpression (String)
Desired sort order of the customer list.
Return Value
List of customers.

Assembly: ASPNETWebApplication (Module: ASPNETWebApplication) Version: 1.0.0.0 (1.0.0.0)