Share via


IQueryTrackUpdates<TEntity> Interface

Definition

Represents the results of a tracked query.

[System.Diagnostics.CodeAnalysis.Experimental("VSEXTPREVIEW_PROJECTQUERY_TRACKING")]
public interface IQueryTrackUpdates<TEntity>
[<System.Diagnostics.CodeAnalysis.Experimental("VSEXTPREVIEW_PROJECTQUERY_TRACKING")>]
type IQueryTrackUpdates<'Entity> = interface
Public Interface IQueryTrackUpdates(Of TEntity)

Type Parameters

TEntity

The entity type.

Attributes

Properties

Updates

The collection of updates.

Version

Gets the data version of the result.

Applies to