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

要访问的属性。

返回

新创建的表达式。

适用于