SelectExpression.GetProjectionIndex(IProperty, IQuerySource) Yöntem

Tanım

Sağlanan özelliğe ve sorgu kaynağına karşılık gelen dizinini Projection hesaplar.

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

Parametreler

property
IProperty

Karşılık gelen EF özelliği.

querySource
Remotion.Linq.Clauses.IQuerySource

Kaynak sorgu kaynağı.

Döndürülenler

Projeksiyon dizini.

Şunlara uygulanır