Share via


RelationalEntityQueryableExpressionVisitor.VisitEntityQueryable(Type) Method

Definition

Visit an entity query root.

protected override System.Linq.Expressions.Expression VisitEntityQueryable (Type elementType);
override this.VisitEntityQueryable : Type -> System.Linq.Expressions.Expression
Protected Overrides Function VisitEntityQueryable (elementType As Type) As Expression

Parameters

elementType
Type

The CLR type of the entity root.

Returns

An Expression corresponding to the translated entity root.

Applies to