Compartilhar via


CoreTypeMapping.CoreTypeMappingParameters.StructuralComparer Propriedade

Definição

Cuidado

Use KeyComparer. Starting with EF Core 5.0, key comparers must implement structural comparisons and deep copies.

O comparador estrutural de mapeamento.

public Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer StructuralComparer { get; }
[System.Obsolete("Use KeyComparer. Starting with EF Core 5.0, key comparers must implement structural comparisons and deep copies.")]
public Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer StructuralComparer { get; }
[System.Obsolete("Use KeyComparer. Starting with EF Core 5.0, key comparers must implement structural comparisons and deep copies.")]
public Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer? StructuralComparer { get; }
member this.StructuralComparer : Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer
[<System.Obsolete("Use KeyComparer. Starting with EF Core 5.0, key comparers must implement structural comparisons and deep copies.")>]
member this.StructuralComparer : Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer
Public ReadOnly Property StructuralComparer As ValueComparer

Valor da propriedade

Atributos

Aplica-se a