EntityMaterializerSource.CreateReadValueExpression Methode

Definition

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

Parameter

valueBufferExpression
Expression
type
Type
index
Int32
property
IPropertyBase

Gibt zurück

Implementiert

Gilt für: