다음을 통해 공유


PropertyBaseExtensions.GetCurrentValueComparer(IPropertyBase) 메서드

정의

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

public static System.Collections.Generic.IComparer<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> GetCurrentValueComparer (this Microsoft.EntityFrameworkCore.Metadata.IPropertyBase propertyBase);
static member GetCurrentValueComparer : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> System.Collections.Generic.IComparer<Microsoft.EntityFrameworkCore.Update.IUpdateEntry>
<Extension()>
Public Function GetCurrentValueComparer (propertyBase As IPropertyBase) As IComparer(Of IUpdateEntry)

매개 변수

propertyBase
IPropertyBase

속성입니다.

반환

비교자입니다.

적용 대상