IEntireEntityCollectionRetrievalOperations<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 operations for getting an entire collection of entities.
public interface IEntireEntityCollectionRetrievalOperations<T,TResourceCollection> where TResourceCollection : ResourceCollection<T>
type IEntireEntityCollectionRetrievalOperations<'T, 'ResourceCollection (requires 'ResourceCollection :> ResourceCollection<'T>)> = interface
Public Interface IEntireEntityCollectionRetrievalOperations(Of T, TResourceCollection)
Type Parameters
- T
The entity type.
- TResourceCollection
The entity collection type.
- Derived
Methods
Get() |
Retrieves all entities. |
GetAsync() |
Asynchronously retrieves all entities. |