次の方法で共有


BasicExpressionVisitor.VisitExpressionList(IList<DbExpression>) メソッド

定義

リストが null 以外の場合に、指定されたリスト内のそれぞれに DbExpression アクセスする便利なメソッド。

public virtual void VisitExpressionList (System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpression> expressionList);
abstract member VisitExpressionList : System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpression> -> unit
override this.VisitExpressionList : System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpression> -> unit
Public Overridable Sub VisitExpressionList (expressionList As IList(Of DbExpression))

パラメーター

expressionList
IList<DbExpression>

参照する式の一覧。

例外

expressionList が null です。

適用対象