Freigeben über


SelectExpression.GetProjectionIndex(IProperty, IQuerySource) Methode

Definition

Berechnet den Index entsprechend Projection der angegebenen Eigenschaft und Abfragequelle.

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

Parameter

property
IProperty

Die entsprechende EF-Eigenschaft.

querySource
Remotion.Linq.Clauses.IQuerySource

Die ursprüngliche Abfragequelle.

Gibt zurück

Der Projektionsindex.

Gilt für: