다음을 통해 공유


BasicExpressionVisitor.VisitExpressionList(IList<DbExpression>) 메서드

정의

목록이 null이 아닌 경우 지정된 목록의 각 DbExpression 을 방문하는 편리한 방법입니다.

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))

매개 변수

expressionList
IList<DbExpression>

방문할 식 목록입니다.

예외

expressionList가 null인 경우

적용 대상