CoreTypeMapping.CoreTypeMappingParameters.StructuralComparer Property

Definition

Caution

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

The mapping structural comparer.

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

Property Value

Attributes

Applies to