QuerySqlGenerator.VisitRightJoin(RightJoinExpression) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates SQL for a right join.
protected override System.Linq.Expressions.Expression VisitRightJoin(Microsoft.EntityFrameworkCore.Query.SqlExpressions.RightJoinExpression rightJoinExpression);
override this.VisitRightJoin : Microsoft.EntityFrameworkCore.Query.SqlExpressions.RightJoinExpression -> System.Linq.Expressions.Expression
Protected Overrides Function VisitRightJoin (rightJoinExpression As RightJoinExpression) As Expression
Parameters
- rightJoinExpression
- RightJoinExpression
The RightJoinExpression for which to generate SQL.