다음을 통해 공유


RuntimePropertyBase.IPropertyBase.GetCurrentValueComparer 메서드

정의

IComparer<T> 추적된 항목의 값을 비교하기 위한 을 IUpdateEntry 가져옵니다.

[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IComparer<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> IPropertyBase.GetCurrentValueComparer ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IPropertyBase.GetCurrentValueComparer : unit -> System.Collections.Generic.IComparer<Microsoft.EntityFrameworkCore.Update.IUpdateEntry>
override this.Microsoft.EntityFrameworkCore.Metadata.IPropertyBase.GetCurrentValueComparer : unit -> System.Collections.Generic.IComparer<Microsoft.EntityFrameworkCore.Update.IUpdateEntry>
Function GetCurrentValueComparer () As IComparer(Of IUpdateEntry) Implements IPropertyBase.GetCurrentValueComparer

반환

비교자입니다.

구현

특성

적용 대상