RelationalSqlTranslatingExpressionVisitor.TryTranslatePropertyAccess Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Dies ist eine interne API, die die Entity Framework Core-Infrastruktur unterstützt und nicht den gleichen Kompatibilitätsstandards wie öffentliche APIs unterliegt. Es kann ohne vorherige Ankündigung in jeder Version geändert oder entfernt werden. Sie sollten es nur mit äußerster Vorsicht direkt in Ihrem Code verwenden und wissen, dass dies bei der Aktualisierung auf ein neues Entity Framework Core-Release zu Anwendungsfehlern führen kann.
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public virtual bool TryTranslatePropertyAccess (System.Linq.Expressions.Expression expression, out System.Linq.Expressions.Expression? translatedExpression, out Microsoft.EntityFrameworkCore.Metadata.IPropertyBase? property);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
abstract member TryTranslatePropertyAccess : System.Linq.Expressions.Expression * Expression * IPropertyBase -> bool
override this.TryTranslatePropertyAccess : System.Linq.Expressions.Expression * Expression * IPropertyBase -> bool
Public Overridable Function TryTranslatePropertyAccess (expression As Expression, ByRef translatedExpression As Expression, ByRef property As IPropertyBase) As Boolean
Parameter
- expression
- Expression
- translatedExpression
- Expression
- property
- IPropertyBase
Gibt zurück
- Attribute
Gilt für:
Entity Framework