BasicExpressionVisitor.VisitExpression Method (DbExpression)
Convenience method to visit the specified DbExpression, if non-null.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- expression
-
Type:
System.Data.Entity.Core.Common.CommandTrees.DbExpression
The expression to visit.
Exception | Condition |
---|---|
ArgumentNullException | expression is null |