Freigeben über


DefaultExpressionVisitor.VisitExpressionBindingList Methode

Definition

Implementiert das Besuchermuster für die Ausdrucksbindungsliste.

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)

Parameter

list
IList<DbExpressionBinding>

Die Liste der Ausdrucksbindung.

Gibt zurück

Das implementierte Besuchermuster.

Gilt für: