DefaultExpressionVisitor.VisitExpressionList 方法

定义

实现表达式列表的访问者模式。

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)

参数

list
IList<DbExpression>

表达式列表。

返回

实现的访问器模式。

适用于