PropertyBaseExtensions.GetCurrentValueComparer(IPropertyBase) 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 static System.Collections.Generic.IComparer<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> GetCurrentValueComparer (this Microsoft.EntityFrameworkCore.Metadata.IPropertyBase propertyBase);
static member GetCurrentValueComparer : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> System.Collections.Generic.IComparer<Microsoft.EntityFrameworkCore.Update.IUpdateEntry>
<Extension()>
Public Function GetCurrentValueComparer (propertyBase As IPropertyBase) As IComparer(Of IUpdateEntry)
Parameters
- propertyBase
- IPropertyBase
The property.
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