다음을 통해 공유


RelationalPropertyExtensions.GetReaderFieldValue 메서드

정의

지정된 relationalReader에서 이 속성의 값을 읽습니다.

public static object? GetReaderFieldValue (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Storage.RelationalDataReader relationalReader, int ordinal, bool detailedErrorsEnabled);
static member GetReaderFieldValue : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Storage.RelationalDataReader * int * bool -> obj
<Extension()>
Public Function GetReaderFieldValue (property As IProperty, relationalReader As RelationalDataReader, ordinal As Integer, detailedErrorsEnabled As Boolean) As Object

매개 변수

property
IProperty

속성입니다.

relationalReader
RelationalDataReader

속성의 값을 읽을 읽은 입니다.

ordinal
Int32

에서 읽을 서수입니다 relationalReader.

detailedErrorsEnabled
Boolean

자세한 오류를 기록해야 하는지 여부입니다.

반환

적용 대상