IEntityMaterializerSource.CreateReadValueExpression 메서드

정의

에서 Expression 값을 읽는 것을 나타내는 트리를 만듭니다. ValueBuffer

이 메서드는 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다.

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

매개 변수

valueBuffer
Expression

를 노출하는 식입니다 ValueBuffer.

type
Type

읽을 형식입니다.

index
Int32

읽을 버퍼의 인덱스입니다.

property
IPropertyBase

IPropertyBase가 있는 경우 읽습니다.

반환

값을 읽을 식입니다.

적용 대상