共用方式為


IEntityMaterializerSource.CreateReadValueExpression 方法

定義

Expression建立樹狀結構,表示從 讀取值ValueBuffer

這個方法通常由資料庫提供者 (和其他延伸模組) 使用。 它通常不會用於應用程式程式碼。

public System.Linq.Expressions.Expression CreateReadValueExpression (System.Linq.Expressions.Expression valueBuffer, Type type, int index, Microsoft.EntityFrameworkCore.Metadata.IPropertyBase property);
abstract member CreateReadValueExpression : System.Linq.Expressions.Expression * Type * int * Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> System.Linq.Expressions.Expression
Public Function CreateReadValueExpression (valueBuffer As Expression, type As Type, index As Integer, property As IPropertyBase) As Expression

參數

valueBuffer
Expression

公開 的 ValueBuffer 運算式。

type
Type

要讀取的類型。

index
Int32

要讀取之緩衝區中的索引。

property
IPropertyBase

如果有的話,正在讀取的 IPropertyBase。

傳回

要讀取值的運算式。

適用於