Design Pattern Framework 3.5
GetCustomers Method (sortExpression)
Patterns-In-Action! Application ► WindowsFormsModel ► Model ► GetCustomers(String)
Gets a list of all customers in the given sort order.
Declaration Syntax
C# | Visual Basic |
public IList<CustomerModel> GetCustomers( string sortExpression )
Public Function GetCustomers ( _ sortExpression As String _ ) As IList(Of CustomerModel)
Parameters
- sortExpression (String)
- Sort order.
Return Value
List of customers.