BasicExpressionVisitor.VisitBinaryExpression Method (DbBinaryExpression)

 

Convenience method to visit the specified DbBinaryExpression.

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

protected virtual void VisitBinaryExpression(
	DbBinaryExpression expression
)

Parameters

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

The DbBinaryExpression to visit.

Exception Condition
ArgumentNullException

expression is null