BasicExpressionVisitor.VisitExpressionList Method (IList<DbExpression>)

 

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

Namespace:   System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)

public virtual void VisitExpressionList(
	IList<DbExpression> expressionList
)

Parameters

expressionList
Type: System.Collections.Generic.IList<DbExpression>

The list of expressions to visit.

Exception Condition
ArgumentNullException

expressionList is null