Partager via


DefaultExpressionVisitor.VisitExpressionBindingList Méthode

Définition

Implémente le modèle visiteur pour la liste de liaisons d'expression.

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)

Paramètres

list
IList<DbExpressionBinding>

Liste de liaisons d'expression.

Retours

Modèle visiteur implémenté.

S’applique à