Compartir a través de


EntryCurrentValueComparer<TProperty>(IPropertyBase) Constructor

Definición

Crea una nueva Microsoft.EntityFrameworkCore.ChangeTracking.Internal.EntryCurrentValueComparer instancia mediante un comparador predeterminado para el tipo de propiedad.

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)

Parámetros

property
IPropertyBase

Propiedad que se va a usar para comparaciones.

Se aplica a