BasicExpressionVisitor.VisitExpression Method (DbExpression)

 

Convenience method to visit the specified DbExpression, if non-null.

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

public virtual void VisitExpression(
	DbExpression expression
)

Parameters

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

The expression to visit.

Exception Condition
ArgumentNullException

expression is null