SelectExpression.AddToProjection 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.
Aşırı Yüklemeler
| AddToProjection(EntityProjectionExpression) |
Projeksiyona EntityProjectionExpression verilenleri ekler. |
| AddToProjection(SqlExpression) |
Projeksiyona SqlExpression verilenleri ekler. |
AddToProjection(EntityProjectionExpression)
Projeksiyona EntityProjectionExpression verilenleri ekler.
public System.Collections.Generic.IDictionary<Microsoft.EntityFrameworkCore.Metadata.IProperty,int> AddToProjection (Microsoft.EntityFrameworkCore.Query.EntityProjectionExpression entityProjection);
member this.AddToProjection : Microsoft.EntityFrameworkCore.Query.EntityProjectionExpression -> System.Collections.Generic.IDictionary<Microsoft.EntityFrameworkCore.Metadata.IProperty, int>
Public Function AddToProjection (entityProjection As EntityProjectionExpression) As IDictionary(Of IProperty, Integer)
Parametreler
- entityProjection
- EntityProjectionExpression
Eklemek için bir varlık projeksiyonu.
Döndürülenler
Projeksiyon listesinde özellikleri IProperty ve karşılık gelen dizinlerini gösteren to int sözlüğü.
Şunlara uygulanır
AddToProjection(SqlExpression)
Projeksiyona SqlExpression verilenleri ekler.
public int AddToProjection (Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression sqlExpression);
member this.AddToProjection : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression -> int
Public Function AddToProjection (sqlExpression As SqlExpression) As Integer
Parametreler
- sqlExpression
- SqlExpression
Eklemek için bir ifade.
Döndürülenler
İfadenin projeksiyon listesine ekli olduğu dizini gösteren bir int değeri.