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

返回

实现

适用于