Share via


DefaultExpressionVisitor.VisitExpressionBindingList Method

Definition

Implements the visitor pattern for the expression binding list.

protected virtual System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding> VisitExpressionBindingList (System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding> list);
abstract member VisitExpressionBindingList : System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding> -> System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding>
override this.VisitExpressionBindingList : System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding> -> System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding>
Protected Overridable Function VisitExpressionBindingList (list As IList(Of DbExpressionBinding)) As IList(Of DbExpressionBinding)

Parameters

list
IList<DbExpressionBinding>

The expression binding list.

Returns

The implemented visitor pattern.

Applies to