BasicExpressionVisitor.VisitExpressionBindingPre Method (DbExpressionBinding)

 

Convenience method to visit the specified DbExpressionBinding.

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

protected virtual void VisitExpressionBindingPre(
	DbExpressionBinding binding
)

Parameters

binding
Type: System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding

The DbExpressionBinding to visit.

Exception Condition
ArgumentNullException

binding is null