Partager via


DefaultExpressionVisitor.VisitExpression(DbExpression) Méthode

Définition

Implémente le modèle visiteur pour l'expression.

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

Paramètres

expression
DbExpression

Expression.

Retours

Modèle visiteur implémenté.

S’applique à