Dela via


QuerySqlGenerator.VisitExcept(ExceptExpression) Method

Definition

Visits the children of the except expression.

protected override System.Linq.Expressions.Expression VisitExcept (Microsoft.EntityFrameworkCore.Query.SqlExpressions.ExceptExpression exceptExpression);
override this.VisitExcept : Microsoft.EntityFrameworkCore.Query.SqlExpressions.ExceptExpression -> System.Linq.Expressions.Expression
Protected Overrides 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