PropertyBaseExtensions.GetCurrentValueComparer(IPropertyBase) Método

Definição

Obtém um IComparer<T> para comparar valores em entradas controladas 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)

Parâmetros

propertyBase
IPropertyBase

A propriedade.

Retornos

O comparador.

Aplica-se a