RuntimeProperty.IProperty.GetValueComparer Method

Definition

Gets the ValueComparer for this property.

[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer IProperty.GetValueComparer ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IProperty.GetValueComparer : unit -> Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer
override this.Microsoft.EntityFrameworkCore.Metadata.IProperty.GetValueComparer : unit -> Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer
Function GetValueComparer () As ValueComparer Implements IProperty.GetValueComparer

Returns

The comparer.

Implements

Attributes

Applies to