Aracılığıyla paylaş


IEntityMaterializerSource.CreateReadValueExpression Yöntem

Tanım

Bir Expression değerin okunmasını temsil eden bir ağaç oluşturur ValueBuffer

Bu yöntem genellikle veritabanı sağlayıcıları (ve diğer uzantılar) tarafından kullanılır. Genellikle uygulama kodunda kullanılmaz.

public System.Linq.Expressions.Expression CreateReadValueExpression (System.Linq.Expressions.Expression valueBuffer, 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
Public Function CreateReadValueExpression (valueBuffer As Expression, type As Type, index As Integer, property As IPropertyBase) As Expression

Parametreler

valueBuffer
Expression

öğesini kullanıma ValueBuffersunan ifade.

type
Type

Okunacak tür.

index
Int32

Arabellekte okunacak dizin.

property
IPropertyBase

Varsa okunan IPropertyBase.

Döndürülenler

Değeri okumak için bir ifade.

Şunlara uygulanır