SelectExpression.GetProjectionIndex(IProperty, IQuerySource) Yöntem

Tanım

ProjectionSağlanan özelliğe ve sorgu kaynağına karşılık gelen dizini 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

Int32

Yansıtma dizini.

Şunlara uygulanır