RelationalPropertyExtensions.GetReaderFieldValue 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從指定的 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
是否應該記錄詳細的錯誤。