Condividi tramite


ItemUpdate<TEntity> Class

Definition

Represents the item update info in the tracked query results.

public class ItemUpdate<TEntity>
type ItemUpdate<'Entity> = class
Public Class ItemUpdate(Of TEntity)

Type Parameters

TEntity

The type of entity

Inheritance
ItemUpdate<TEntity>

Constructors

ItemUpdate<TEntity>(EntityIdentity, TEntity, UpdateType)

Properties

Current

Gets the current state of the entity.

PreviousId

Gets the previous id of the entity.

UpdateType

Gets the type of update UpdateType

Applies to