Udostępnij przez


BasicExpressionVisitor.VisitExpressionList(IList<DbExpression>) Metoda

Definicja

Wygodna metoda odwiedzania każdej DbExpression z podanych list, jeśli lista ma wartość inną niż 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))

Parametry

expressionList
IList<DbExpression>

Lista wyrażeń do odwiedzenia.

Wyjątki

expressionList ma wartość null

Dotyczy