Dela via


QuerySqlGenerator.VisitSelect(SelectExpression) Method

Definition

Visits the children of the select expression.

protected override System.Linq.Expressions.Expression VisitSelect (Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression selectExpression);
override this.VisitSelect : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression -> System.Linq.Expressions.Expression
Protected Overrides Function VisitSelect (selectExpression As SelectExpression) As Expression

Parameters

selectExpression
SelectExpression

The expression to visit.

Returns

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

Applies to