SqlExpressionVisitor.VisitRightJoin(RightJoinExpression) Method

Definition

Visits the children of the right join expression.

protected abstract System.Linq.Expressions.Expression VisitRightJoin(Microsoft.EntityFrameworkCore.Query.SqlExpressions.RightJoinExpression rightJoinExpression);
abstract member VisitRightJoin : Microsoft.EntityFrameworkCore.Query.SqlExpressions.RightJoinExpression -> System.Linq.Expressions.Expression
Protected MustOverride Function VisitRightJoin (rightJoinExpression As RightJoinExpression) As Expression

Parameters

rightJoinExpression
RightJoinExpression

The expression to visit.

Returns

The modified expression, if it or any subexpression was modified; otherwise, returns the original expression.

Applies to