RelationalSqlTranslatingExpressionVisitor.TryTranslatePropertyAccess Metoda

Definicja

Jest to wewnętrzny interfejs API, który obsługuje infrastrukturę platformy Entity Framework Core i nie podlega tym samym standardom zgodności co publiczne interfejsy API. Można je zmienić lub usunąć bez powiadomienia w jakiejkolwiek wersji. Należy używać go bezpośrednio bezpośrednio w kodzie z wyjątkową ostrożnością i wiedząc, że może to spowodować błędy aplikacji podczas aktualizowania do nowej wersji programu Entity Framework Core.

[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

Parametry

expression
Expression
translatedExpression
Expression
property
IPropertyBase

Zwraca

Atrybuty

Dotyczy