다음을 통해 공유


PropertyExtensions.GetValueComparer(IProperty) 메서드

정의

이 속성에 대한 를 ValueComparer 가져오거나 null 설정되지 않은 경우 을 가져옵니다.

public static Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer GetValueComparer (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetValueComparer : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer
<Extension()>
Public Function GetValueComparer (property As IProperty) As ValueComparer

매개 변수

property
IProperty

속성입니다.

반환

비교자이거나 null 설정되지 않은 경우 입니다.

적용 대상