SortableCollection<KeyValuePair<string,int>> GetViewsByBrowser( int maximumRows, int startRowIndex, string sortExpression )
Parameters
- maximumRows
- The maximum number of data rows that should be returned.
- startRowIndex
- The starting position that should be used when retrieving data rows.
- sortExpression
- The expression that is used to sort the data retrieved.
Return Value
Collection of Key Value pairs where the key is the UserAgent (browser) and the value is the number of views for the browser.