ValueComparer<T>.SnapshotExpression Property

Definition

The snapshot expression.

C#
public virtual System.Linq.Expressions.Expression<Func<T,T>> SnapshotExpression { get; }

Property Value

Remarks

Snapshotting is the process of creating a copy of the value into a snapshot so it can later be compared to determine if it has changed. For some types, such as collections, this needs to be a deep copy of the collection rather than just a shallow copy of the reference.

Applies to

Proizvod Verzije
Entity Framework Core 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0