IPropertyBase.GetCurrentValueComparer Method
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.
Gets a IComparer<T> for comparing values in tracked IUpdateEntry entries.
public System.Collections.Generic.IComparer<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> GetCurrentValueComparer ();
abstract member GetCurrentValueComparer : unit -> System.Collections.Generic.IComparer<Microsoft.EntityFrameworkCore.Update.IUpdateEntry>
Public Function GetCurrentValueComparer () As IComparer(Of IUpdateEntry)
Returns
The comparer.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework