RelationalSqlTranslatingExpressionVisitor.TranslateProjection Yöntem

Tanım

Bu, Entity Framework Core altyapısını destekleyen ve genel API'ler ile aynı uyumluluk standartlarına tabi olmayan bir iç API'dir. Herhangi bir sürümde bildirimde bulunmaksızın değiştirilebilir veya kaldırılabilir. Bunu yalnızca kodunuzda son derece dikkatli bir şekilde kullanmanız ve bunu yapmanın yeni bir Entity Framework Core sürümüne güncelleştirme sırasında uygulama hatalarına neden olabileceğini bilmeniz gerekir.

[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public virtual System.Linq.Expressions.Expression? TranslateProjection (System.Linq.Expressions.Expression expression, bool applyDefaultTypeMapping = true);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
abstract member TranslateProjection : System.Linq.Expressions.Expression * bool -> System.Linq.Expressions.Expression
override this.TranslateProjection : System.Linq.Expressions.Expression * bool -> System.Linq.Expressions.Expression
Public Overridable Function TranslateProjection (expression As Expression, Optional applyDefaultTypeMapping As Boolean = true) As Expression

Parametreler

expression
Expression
applyDefaultTypeMapping
Boolean

Döndürülenler

Öznitelikler

Şunlara uygulanır