QuerySqlGenerator.VisitInnerJoin(InnerJoinExpression) Method

Definition

Generates SQL for an inner join.

C#
protected override System.Linq.Expressions.Expression VisitInnerJoin (Microsoft.EntityFrameworkCore.Query.SqlExpressions.InnerJoinExpression innerJoinExpression);

Parameters

innerJoinExpression
InnerJoinExpression

The InnerJoinExpression for which to generate SQL.

Returns

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

Applies to

Product Versions
Entity Framework Core 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0