IEntityUpdateOperations<T> Interface

Definition

Groups operations for updating a single entity.

public interface IEntityUpdateOperations<T>
type IEntityUpdateOperations<'T> = interface
Public Interface IEntityUpdateOperations(Of T)

Type Parameters

T

The entity type.

Derived

Methods

Update(T)

Updates an entity.

UpdateAsync(T)

Asynchronously updates an entity.

Applies to