次の方法で共有


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

アクセスするプロパティ。

戻り値

新しく作成された式。

適用対象