Compartir a través de


DefaultExpressionVisitor.VisitExpression(DbExpression) Método

Definición

Implementa el modelo de visitante para la expresión.

protected virtual System.Data.Entity.Core.Common.CommandTrees.DbExpression VisitExpression (System.Data.Entity.Core.Common.CommandTrees.DbExpression expression);
abstract member VisitExpression : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
override this.VisitExpression : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Protected Overridable Function VisitExpression (expression As DbExpression) As DbExpression

Parámetros

expression
DbExpression

Expresión.

Devoluciones

Modelo de visitante implementado.

Se aplica a