QueryEntityChangesBase<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.
A base class for Query Entity Changes.
public abstract class QueryEntityChangesBase<TEntity> where TEntity : IEntity
type QueryEntityChangesBase<'Entity (requires 'Entity :> IEntity)> = class
Public MustInherit Class QueryEntityChangesBase(Of TEntity)
Type Parameters
- TEntity
An IEntity.
- Inheritance
-
QueryEntityChangesBase<TEntity>
- Derived
Constructors
QueryEntityChangesBase<TEntity>() |
Properties
Current |
Current IEntity. |
Previous |
Previous IEntity. |