SelectExpression.GetProjectionIndex(IProperty, IQuerySource) Metoda

Definicja

Oblicza indeks odpowiadający Projection podanej właściwości i źródle zapytania.

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

Odpowiednia właściwość EF.

querySource
Remotion.Linq.Clauses.IQuerySource

Źródło zapytania źródłowego.

Zwraca

Indeks projekcji.

Dotyczy