BasicExpressionVisitor.VisitExpressionList(IList<DbExpression>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework