IEntityGetOperations<T> 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.
Groups operations for getting a single entity.
public interface IEntityGetOperations<T>
type IEntityGetOperations<'T> = interface
Public Interface IEntityGetOperations(Of T)
Type Parameters
- T
The entity type.
- Derived
Methods
Get() |
Retrieves an entity. |
GetAsync() |
Asynchronously retrieves an entity. |