Condividi tramite


EntryCurrentValueComparer<TProperty>(IPropertyBase) Costruttore

Definizione

Crea una nuova Microsoft.EntityFrameworkCore.ChangeTracking.Internal.EntryCurrentValueComparer istanza usando un comparer predefinito per il tipo di proprietà.

public EntryCurrentValueComparer (Microsoft.EntityFrameworkCore.Metadata.IPropertyBase property);
new Microsoft.EntityFrameworkCore.ChangeTracking.EntryCurrentValueComparer<'Property> : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> Microsoft.EntityFrameworkCore.ChangeTracking.EntryCurrentValueComparer<'Property>
Public Sub New (property As IPropertyBase)

Parametri

property
IPropertyBase

Proprietà da usare per i confronti.

Si applica a