共用方式為


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

原始查詢來源。

傳回

投影索引。

適用於