Compartir a través de


IQueryTrackUpdates<TEntity> Interface

Definition

Represents the results of a tracked query.

public interface IQueryTrackUpdates<TEntity>
type IQueryTrackUpdates<'Entity> = interface
Public Interface IQueryTrackUpdates(Of TEntity)

Type Parameters

TEntity

The entity type.

Properties

Updates

The collection of updates.

Version

Gets the data version of the result.

Applies to