EntityCollectionChanges<TEntity,TEntityChanges> Class
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 sets of changes between IEntity Collections.
C#
[System.Runtime.CompilerServices.Nullable(0)]
public class EntityCollectionChanges<TEntity,TEntityChanges> where TEntity : IEntity where TEntityChanges : QueryEntityChangesBase<TEntity>
[<System.Runtime.CompilerServices.Nullable(0)>]
type EntityCollectionChanges<'Entity, 'EntityChanges (requires 'Entity :> IEntity and 'EntityChanges :> QueryEntityChangesBase<'Entity>)> = class
Public Class EntityCollectionChanges(Of TEntity, TEntityChanges)
- TEntity
An IEntity derived object.
- TEntityChanges
A QueryEntityChangesBase<TEntity> derived object.
- Inheritance
-
EntityCollectionChanges<TEntity,TEntityChanges>
- Attributes
Added |
Gets the set of added entities. |
Changed |
Gets the set of changed entities changes. |
Has |
Gets whether there are entity changes. |
Removed |
Gets the set of removed entities. |
Produit | Versions |
---|---|
Visual Studio SDK | 2022 |