Compartir a través de


DefaultExpressionVisitor.VisitExpressionList Método

Definición

Implementa el modelo de visitante para la lista de expresión.

protected virtual System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpression> VisitExpressionList (System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpression> list);
abstract member VisitExpressionList : System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpression> -> System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpression>
override this.VisitExpressionList : System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpression> -> System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpression>
Protected Overridable Function VisitExpressionList (list As IList(Of DbExpression)) As IList(Of DbExpression)

Parámetros

list
IList<DbExpression>

Lista de expresiones.

Devoluciones

Modelo de visitante implementado.

Se aplica a