public SortableCollection<KeyValuePair<string,int>> GetViewsByBrowser( string sortExpression )
Parameters
- 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.