DefaultQuerySqlGenerator.VisitConditional(ConditionalExpression) 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.
Besuchen Sie eine ConditionalExpression.
protected override System.Linq.Expressions.Expression VisitConditional (System.Linq.Expressions.ConditionalExpression expression);
protected override System.Linq.Expressions.Expression VisitConditional (System.Linq.Expressions.ConditionalExpression conditionalExpression);
override this.VisitConditional : System.Linq.Expressions.ConditionalExpression -> System.Linq.Expressions.Expression
override this.VisitConditional : System.Linq.Expressions.ConditionalExpression -> System.Linq.Expressions.Expression
Protected Overrides Function VisitConditional (expression As ConditionalExpression) As Expression
Protected Overrides Function VisitConditional (conditionalExpression As ConditionalExpression) As Expression
Parameter
- expressionconditionalExpression
- ConditionalExpression
Der bedingte Ausdruck, der besucht werden soll.
Gibt zurück
Ein Ausdruck.
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Entity Framework