CoreTypeMapping.CoreTypeMappingParameters.StructuralComparer Eigenschaft

Definition

Achtung

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

Der Zuordnungsstrukturvergleich.

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

Eigenschaftswert

Attribute

Gilt für: