Version: 2022.3
언어: 한국어
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.