次の方法で共有


CoreTypeMapping.StructuralComparer プロパティ

定義

注意事項

Use KeyComparer. Key comparers must implement structural comparisons and deep copies.

では ValueComparer 、ディープ/構造コピーや比較が必要な場合に使用するカスタム値比較が追加されます。

public virtual Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer StructuralComparer { get; }
[System.Obsolete("Use KeyComparer. Key comparers must implement structural comparisons and deep copies.")]
public virtual Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer StructuralComparer { get; }
member this.StructuralComparer : Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer
[<System.Obsolete("Use KeyComparer. Key comparers must implement structural comparisons and deep copies.")>]
member this.StructuralComparer : Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer
Public Overridable ReadOnly Property StructuralComparer As ValueComparer

プロパティ値

属性

適用対象