Sdílet prostřednictvím


SelectExpression.GetProjectionIndex(IProperty, IQuerySource) Metoda

Definice

Vypočítá index v Projection odpovídající zadané vlastnosti a zdroji dotazu.

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

Parametry

property
IProperty

Odpovídající vlastnost EF.

querySource
Remotion.Linq.Clauses.IQuerySource

Původní zdroj dotazu.

Návraty

Index projekce.

Platí pro