Condividi tramite


PropertyBaseExtensions.GetCurrentValueComparer(IPropertyBase) Metodo

Definizione

Ottiene un oggetto IComparer<T> per il confronto dei valori nelle voci rilevate 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)

Parametri

propertyBase
IPropertyBase

Proprietà.

Restituisce

Operatore di confronto.

Si applica a