DefaultExpressionVisitor.VisitExpression Method (DbExpression)
Implements the visitor pattern for the expression.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- expression
-
Type:
System.Data.Entity.Core.Common.CommandTrees.DbExpression
The expression.
Return Value
Type: System.Data.Entity.Core.Common.CommandTrees.DbExpressionThe implemented visitor pattern.