DefaultExpressionVisitor.VisitExpression Method (DbExpression)

 

Implements the visitor pattern for the expression.

Namespace:   System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)

protected virtual DbExpression VisitExpression(
	DbExpression expression
)

Parameters

expression
Type: System.Data.Entity.Core.Common.CommandTrees.DbExpression

The expression.

Return Value

Type: System.Data.Entity.Core.Common.CommandTrees.DbExpression

The implemented visitor pattern.