QuerySqlGenerator.VisitCrossApply(CrossApplyExpression) 方法

定义

访问交叉应用表达式的子级。

protected override System.Linq.Expressions.Expression VisitCrossApply (Microsoft.EntityFrameworkCore.Query.SqlExpressions.CrossApplyExpression crossApplyExpression);
override this.VisitCrossApply : Microsoft.EntityFrameworkCore.Query.SqlExpressions.CrossApplyExpression -> System.Linq.Expressions.Expression
Protected Overrides Function VisitCrossApply (crossApplyExpression As CrossApplyExpression) As Expression

参数

crossApplyExpression
CrossApplyExpression

要访问的表达式。

返回

如果修改了该表达式或任何子表达式,则为修改后的表达式;否则返回原始表达式。

适用于