IEntityGetOperations<T> Interface

Definition

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.

Applies to