次の方法で共有


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

定義

指定されたプロパティとクエリ ソースに対応する の Projection インデックスを計算します。

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

パラメーター

property
IProperty

対応する EF プロパティ。

querySource
Remotion.Linq.Clauses.IQuerySource

元のクエリ ソース。

戻り値

プロジェクション インデックス。

適用対象