DefaultExpressionVisitor.VisitExpressionBindingList(IList<DbExpressionBinding>) Método

Definição

Implementa o padrão de visitante para a lista de associações de expressão.Implements the visitor pattern for the expression binding list.

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

Parâmetros

list
IList<DbExpressionBinding>

A lista de associações de expressão.The expression binding list.

Retornos

IList<DbExpressionBinding>

O padrão de visitante implementado.The implemented visitor pattern.

Aplica-se a