GetCustomers Method (sortExpression)
From Design Pattern Framework 3.5
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.
| C# | Visual Basic |
public IList<CustomerModel> GetCustomers( string sortExpression )
Public Function GetCustomers ( _ sortExpression As String _ ) As IList(Of CustomerModel)
- sortExpression (String)
- Sort order.
List of customers.