DefaultExpressionVisitor.VisitExpressionBindingList Method (IList<DbExpressionBinding>)

 

Implements the visitor pattern for the expression binding list.

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

protected virtual IList<DbExpressionBinding> VisitExpressionBindingList(
	IList<DbExpressionBinding> list
)

Parameters

list
Type: System.Collections.Generic.IList<DbExpressionBinding>

The expression binding list.

Return Value

Type: System.Collections.Generic.IList<DbExpressionBinding>

The implemented visitor pattern.