EntityQueryModelVisitor.CreatePropertyExpression 메서드

정의

지정된 엔터티의 지정된 속성에 액세스하는 식을 만듭니다.

public static System.Linq.Expressions.Expression CreatePropertyExpression (System.Linq.Expressions.Expression target, Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member CreatePropertyExpression : System.Linq.Expressions.Expression * Microsoft.EntityFrameworkCore.Metadata.IProperty -> System.Linq.Expressions.Expression
Public Shared Function CreatePropertyExpression (target As Expression, property As IProperty) As Expression

매개 변수

target
Expression

엔터티입니다.

property
IProperty

액세스할 속성입니다.

반환

새로 만든 식입니다.

적용 대상