Share via


EntryCurrentValueComparer<TProperty>(IPropertyBase) Konstruktor

Definition

Erstellt eine neue Microsoft.EntityFrameworkCore.ChangeTracking.Internal.EntryCurrentValueComparer instance unter Verwendung eines Standardvergleichs für den Eigenschaftentyp.

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)

Parameter

property
IPropertyBase

Die Eigenschaft, die für Vergleiche verwendet werden soll.

Gilt für: