EntityQueryableExpressionVisitor.VisitEntityQueryable(Type) Method

Definition

Visits entity type roots.

protected abstract System.Linq.Expressions.Expression VisitEntityQueryable (Type elementType);
abstract member VisitEntityQueryable : Type -> System.Linq.Expressions.Expression
Protected MustOverride Function VisitEntityQueryable (elementType As Type) As Expression

Parameters

elementType
Type

The entity type of the root.

Returns

An expression to use in place of the node.

Applies to