Partager via


EntityMaterializerSource.CreateReadValueExpression Méthode

Définition

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

Paramètres

valueBufferExpression
Expression
type
Type
index
Int32
property
IPropertyBase

Retours

Implémente

S’applique à