public SortableCollection<KeyValuePair<ICatalogable,int>> GetViewsByProduct( int maximumRows, int startRowIndex, string sortExpression )
Parameters
- maximumRows
- Maximum number of rows to retrieve
- startRowIndex
- Index of the row from where to start retrieving
- sortExpression
- Expression used for sorting the results
Return Value
A collection of Key Value pairs; each key representing a ICatalogable (Product) object
and each value representing the number of views for this object