PropertyBaseExtensions.GetCurrentValueComparer(IPropertyBase) Méthode

Définition

Obtient un IComparer<T> pour comparer des valeurs dans les entrées suivies IUpdateEntry .

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)

Paramètres

propertyBase
IPropertyBase

Propriété.

Retours

Comparateur.

S’applique à