DefaultExpressionVisitor.VisitExpressionList Method (IList<DbExpression>)

 

Implements the visitor pattern for the expression list.

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

protected virtual IList<DbExpression> VisitExpressionList(
	IList<DbExpression> list
)

Parameters

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

The expression list.

Return Value

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

The implemented visitor pattern.