次の方法で共有


SelectExpression.BindProperty(IProperty, IQuerySource) メソッド

定義

指定されたプロパティに対して、この select 式にバインドされた式を生成します。

public virtual System.Linq.Expressions.Expression BindProperty (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Remotion.Linq.Clauses.IQuerySource querySource);
abstract member BindProperty : Microsoft.EntityFrameworkCore.Metadata.IProperty * Remotion.Linq.Clauses.IQuerySource -> System.Linq.Expressions.Expression
override this.BindProperty : Microsoft.EntityFrameworkCore.Metadata.IProperty * Remotion.Linq.Clauses.IQuerySource -> System.Linq.Expressions.Expression
Public Overridable Function BindProperty (property As IProperty, querySource As IQuerySource) As Expression

パラメーター

property
IProperty

対応する EF プロパティ。

querySource
Remotion.Linq.Clauses.IQuerySource

元のクエリ ソース。

戻り値

この select 式の列を参照するために使用できるバインド式。

適用対象