GetOrderStatistics Method (customers, sortExpression)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 GetOrderStatistics Method (customers, sortExpression)
Patterns-In-Action! ApplicationDataObjects.AdoNet.SqlServerSqlServerOrderDaoGetOrderStatistics(IList<(Of <(Customer>)>), String)
Gets a list of customers with order summary statistics.
Declaration Syntax
C# Visual Basic
public IList<Customer> GetOrderStatistics(
	IList<Customer> customers,
	string sortExpression
)
Public Function GetOrderStatistics ( _
	customers As IList(Of Customer), _
	sortExpression As String _
) As IList(Of Customer)
Parameters
customers (IList<(Of <(Customer>)>))
Customer list.
sortExpression (String)
Sort order.
Return Value
Customer list with order summary statistics.

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