[DataObjectMethod(DataObjectMethodType.Select)] public static IList<SearchTermsSummary> LoadSearchTermsSummary( 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
- Maximum number of rows to retrieve
- startRowIndex
- Starting index from where to start retrieving
- sortExpression
- Sort expression to use for sorting the loaded objects
Return Value
A List of SearchTermsSummary objects