次の方法で共有


DefaultExpressionVisitor.VisitExpressionBindingList メソッド

定義

式バインディング リストのビジター パターンを実装します。

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

パラメーター

list
IList<DbExpressionBinding>

式バインディング リスト。

戻り値

実装されたビジター パターン。

適用対象