Partager via


SelectExpression.GetProjectionIndex(IProperty, IQuerySource) Méthode

Définition

Calcule l’index dans correspondant Projection à la propriété et à la source de requête fournies.

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

Paramètres

property
IProperty

Propriété EF correspondante.

querySource
Remotion.Linq.Clauses.IQuerySource

Source de requête d’origine.

Retours

Index de projection.

S’applique à