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 verilen EntityProjectionExpression ekler. |
AddToProjection(SqlExpression) |
Projeksiyona verilen SqlExpression ekler. |
AddToProjection(EntityProjectionExpression)
Projeksiyona verilen EntityProjectionExpression 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
Eklenecek varlık projeksiyonu.
Döndürülenler
Projeksiyon listesindeki özellikleri ve karşılık gelen dizinlerini gösteren to int sözlüğü IProperty .
Şunlara uygulanır
AddToProjection(SqlExpression)
Projeksiyona verilen SqlExpression 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
Eklenecek ifade.
Döndürülenler
İfadenin projeksiyon listesine eklendiği dizini gösteren bir int değeri.
Şunlara uygulanır
Entity Framework