CaseExpression.VisitChildren(ExpressionVisitor) Method

Definition

Reduces the node and then calls the visitor delegate on the reduced expression. The method throws an exception if the node is not reducible.

C#
protected override System.Linq.Expressions.Expression VisitChildren (System.Linq.Expressions.ExpressionVisitor visitor);

Parameters

visitor
ExpressionVisitor

The visitor.

Returns

The expression being visited, or an expression which should replace it in the tree.

Applies to

Product Versions
Entity Framework Core 2.2