RuntimeProperty.IProperty.GetKeyValueComparer Method

Definition

Gets the ValueComparer to use with keys for this property.

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

Returns

The comparer.

Implements

Attributes

Applies to