ExpressionExtensions.CreateValueBufferReadValueExpression(Expression, Type, Int32, IPropertyBase) Yöntem

Tanım

bir Expression değerinden değer okumayı 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 static System.Linq.Expressions.Expression CreateValueBufferReadValueExpression (this System.Linq.Expressions.Expression valueBuffer, Type type, int index, Microsoft.EntityFrameworkCore.Metadata.IPropertyBase property);
public static System.Linq.Expressions.Expression CreateValueBufferReadValueExpression (this System.Linq.Expressions.Expression valueBuffer, Type type, int index, Microsoft.EntityFrameworkCore.Metadata.IPropertyBase? property);
static member CreateValueBufferReadValueExpression : System.Linq.Expressions.Expression * Type * int * Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> System.Linq.Expressions.Expression
<Extension()>
Public Function CreateValueBufferReadValueExpression (valueBuffer As Expression, type As Type, index As Integer, property As IPropertyBase) As Expression

Parametreler

valueBuffer
Expression

'i ortaya çıkaran ValueBuffer ifade.

type
Type

Okunan tür.

index
Int32

Arabellekte okunacak dizin.

property
IPropertyBase

Varsa okunan IPropertyBase.

Döndürülenler

Expression

Değeri okumak için bir ifade.

Şunlara uygulanır