次の方法で共有


EntityMaterializerSource.CreateReadValueExpression メソッド

定義

public virtual System.Linq.Expressions.Expression CreateReadValueExpression (System.Linq.Expressions.Expression valueBufferExpression, 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
override this.CreateReadValueExpression : System.Linq.Expressions.Expression * Type * int * Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> System.Linq.Expressions.Expression
Public Overridable Function CreateReadValueExpression (valueBufferExpression As Expression, type As Type, index As Integer, property As IPropertyBase) As Expression

パラメーター

valueBufferExpression
Expression
type
Type
index
Int32
property
IPropertyBase

戻り値

実装

適用対象