IReadOnlyProperty.GetValueComparer Method

Definition

Gets the ValueComparer for this property, or null if none is set.

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

Returns

The comparer, or null if none has been set.

Applies to