IPagedEntityCollectionRetrievalOperations<T,TResourceCollection> Interface
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.
A generic interface which represents paged entity retrieval operations.
public interface IPagedEntityCollectionRetrievalOperations<T,TResourceCollection> where T : ResourceBase where TResourceCollection : ResourceCollection<T>
type IPagedEntityCollectionRetrievalOperations<'T, 'ResourceCollection (requires 'T :> ResourceBase and 'ResourceCollection :> ResourceCollection<'T>)> = interface
Public Interface IPagedEntityCollectionRetrievalOperations(Of T, TResourceCollection)
Type Parameters
- T
The entity type.
- TResourceCollection
The entity collection type.
- Derived
Methods
Get(Int32, Int32) |
Retrieves a subset of entities. |
GetAsync(Int32, Int32) |
Asynchronously retrieves a subset of entities. |