SortableCollection<KeyValuePair<string,int>> GetViewsByBrowser( int maximumRows, int startRowIndex )
Parameters
- maximumRows
- The maximum number of data rows that should be returned.
- startRowIndex
- The starting position that should be used when retrieving data rows.
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.