다음을 통해 공유


UpdateEntryExtensions.GetCurrentProviderValue(IUpdateEntry, IProperty) 메서드

정의

속성에 할당된 값을 가져오고 공급자가 예상한 값으로 변환합니다.

public static object GetCurrentProviderValue (this Microsoft.EntityFrameworkCore.Update.IUpdateEntry updateEntry, Microsoft.EntityFrameworkCore.Metadata.IProperty property);
public static object? GetCurrentProviderValue (this Microsoft.EntityFrameworkCore.Update.IUpdateEntry updateEntry, Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetCurrentProviderValue : Microsoft.EntityFrameworkCore.Update.IUpdateEntry * Microsoft.EntityFrameworkCore.Metadata.IProperty -> obj
<Extension()>
Public Function GetCurrentProviderValue (updateEntry As IUpdateEntry, property As IProperty) As Object

매개 변수

updateEntry
IUpdateEntry

항목입니다.

property
IProperty

값을 가져올 속성입니다.

반환

속성 값입니다.

적용 대상