DefaultExpressionVisitor.VisitExpressionBinding Method (DbExpressionBinding)

 

Implements the visitor pattern for expression binding.

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

protected virtual DbExpressionBinding VisitExpressionBinding(
	DbExpressionBinding binding
)

Parameters

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

The expression binding.

Return Value

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

The implemented visitor pattern.