Version: 2022.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.