SelectExpression.GetProjectionIndex(IProperty, IQuerySource) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
Yansıtma dizini.