IPagedEntityCollectionRetrievalOperations<T,TResourceCollection>.Get Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a subset of entities.
public TResourceCollection Get (int offset, int size);
abstract member Get : int * int -> 'ResourceCollection
Public Function Get (offset As Integer, size As Integer) As TResourceCollection
Parameters
- offset
- Int32
The starting index.
- size
- Int32
The maximum number of entities to return.
Returns
TResourceCollection
The requested entities subset.