PropertyBaseExtensions.GetCurrentValueComparer(IPropertyBase) Método

Definición

Obtiene un IComparer<T> para comparar valores en entradas con IUpdateEntry seguimiento.

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)

Parámetros

propertyBase
IPropertyBase

Propiedad.

Devoluciones

Comparador.

Se aplica a