RelationalCollectionShaperExpression.ParentIdentifierValueComparers Property

Definition

The list of value comparers to compare parent identifier.

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer> ParentIdentifierValueComparers { get; }
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer>? ParentIdentifierValueComparers { get; }
member this.ParentIdentifierValueComparers : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer>
Public Overridable ReadOnly Property ParentIdentifierValueComparers As IReadOnlyList(Of ValueComparer)

Property Value

Applies to