BasicExpressionVisitor.VisitExpressionList(IList<DbExpression>) Method

Definition

Convenience method to visit each DbExpression in the given list, if the list is non-null.

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))

Parameters

expressionList
IList<DbExpression>

The list of expressions to visit.

Exceptions

expressionList is null

Applies to