IEntityMaterializerSource.CreateReadValueExpression 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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。
傳回
要讀取值的運算式。