Sdílet prostřednictvím


BasicExpressionVisitor.VisitExpressionList(IList<DbExpression>) Metoda

Definice

Pohodlná metoda pro návštěvu každého DbExpression z daného seznamu, pokud seznam nemá hodnotu 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>

Seznam výrazů, které chcete navštívit.

Výjimky

expressionList má hodnotu null.

Platí pro