Поделиться через


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

Возвращаемое значение

Реализации

Применяется к