DefaultExpressionVisitor.VisitExpressionBindingList 方法

定义

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

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)

参数

list
IList<DbExpressionBinding>

表达式绑定列表。

返回

实现的访问器模式。

适用于