ItemUpdate<TEntity> Class
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 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 |