Share via


SqlExpressionVisitor.VisitExcept(ExceptExpression) Method

Definition

Visits the children of the except expression.

protected abstract System.Linq.Expressions.Expression VisitExcept (Microsoft.EntityFrameworkCore.Query.SqlExpressions.ExceptExpression exceptExpression);
abstract member VisitExcept : Microsoft.EntityFrameworkCore.Query.SqlExpressions.ExceptExpression -> System.Linq.Expressions.Expression
Protected MustOverride Function VisitExcept (exceptExpression As ExceptExpression) As Expression

Parameters

exceptExpression
ExceptExpression

The expression to visit.

Returns

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

Applies to