Compartir a través de


SelectExpression.GetProjectionIndex(IProperty, IQuerySource) Método

Definición

Calcula el índice en Projection correspondiente a la propiedad proporcionada y al origen de consulta.

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

Parámetros

property
IProperty

Propiedad de EF correspondiente.

querySource
Remotion.Linq.Clauses.IQuerySource

Origen de la consulta de origen.

Devoluciones

Índice de proyección.

Se aplica a