Leggere in inglese

Condividi tramite


DefaultExpressionVisitor.VisitExpression(DbExpression) Metodo

Definizione

Implementa il pattern visitor per l'espressione.

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

Parametri

expression
DbExpression

Espressione.

Restituisce

Pattern visitor implementato.

Si applica a