Version: 2021.1
public IEnumerable<SearchItem> GetRange (int skipCount, int count);

参数

skipCount Number of rows to skip at the start of a query.
count Number of items to get from the beginning of the range.

返回

IEnumerable<SearchItem> Search items in the specified range.

描述

Return a subset of items.