public SortableCollection<KeyValuePair<string,int>> GetViewsByBrowser( DateTime startDate, DateTime endDate, int maximumRows, int startRowIndex, string sortExpression )
Parameters
- startDate
- The starting date of the date range.
- endDate
- The ending date of the date range.
- 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.