BasicExpressionVisitor.VisitExpressionList Method (IList<DbExpression>)
Convenience method to visit each DbExpression in the given list, if the list is non-null.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- expressionList
-
Type:
System.Collections.Generic.IList<DbExpression>
The list of expressions to visit.
Exception | Condition |
---|---|
ArgumentNullException | expressionList is null |