IQueryTrackUpdates<TEntity> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |