RelationalCollectionShaperExpression.OuterIdentifierValueComparers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The list of value comparers to compare outer identifier.
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer> OuterIdentifierValueComparers { get; }
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer>? OuterIdentifierValueComparers { get; }
member this.OuterIdentifierValueComparers : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer>
Public Overridable ReadOnly Property OuterIdentifierValueComparers As IReadOnlyList(Of ValueComparer)