Partager via


DefaultExpressionVisitor.OnVariableRebound Méthode

Définition

Représente un événement lorsque la variable est liée à nouveau pour le visiteur d'expression.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId="toVar")]
protected virtual void OnVariableRebound (System.Data.Entity.Core.Common.CommandTrees.DbVariableReferenceExpression fromVarRef, System.Data.Entity.Core.Common.CommandTrees.DbVariableReferenceExpression toVarRef);
abstract member OnVariableRebound : System.Data.Entity.Core.Common.CommandTrees.DbVariableReferenceExpression * System.Data.Entity.Core.Common.CommandTrees.DbVariableReferenceExpression -> unit
override this.OnVariableRebound : System.Data.Entity.Core.Common.CommandTrees.DbVariableReferenceExpression * System.Data.Entity.Core.Common.CommandTrees.DbVariableReferenceExpression -> unit
Protected Overridable Sub OnVariableRebound (fromVarRef As DbVariableReferenceExpression, toVarRef As DbVariableReferenceExpression)

Paramètres

fromVarRef
DbVariableReferenceExpression

Emplacement de la variable.

toVarRef
DbVariableReferenceExpression

Référence de la variable à l'endroit où elle est de nouveau liée.

Attributs

S’applique à