IReadOnlyProperty.GetKeyValueComparer Method

Definition

Gets the ValueComparer to use with keys for this property, or null if none is set.

public Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer? GetKeyValueComparer ();
abstract member GetKeyValueComparer : unit -> Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer
Public Function GetKeyValueComparer () As ValueComparer

Returns

The comparer, or null if none has been set.

Applies to