Freigeben über


DefaultExpressionVisitor.VisitExpressionList Methode

Definition

Implementiert das Besuchermuster für die Ausdrucksliste.

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

Parameter

list
IList<DbExpression>

Die Ausdrucksliste.

Gibt zurück

Das implementierte Besuchermuster.

Gilt für: