DefaultExpressionVisitor.OnVariableRebound Method

Definition

Represents an event when the variable is rebound for the expression visitor.

protected:
 virtual void OnVariableRebound(System::Data::Common::CommandTrees::DbVariableReferenceExpression ^ fromVarRef, System::Data::Common::CommandTrees::DbVariableReferenceExpression ^ toVarRef);
protected virtual void OnVariableRebound (System.Data.Common.CommandTrees.DbVariableReferenceExpression fromVarRef, System.Data.Common.CommandTrees.DbVariableReferenceExpression toVarRef);
abstract member OnVariableRebound : System.Data.Common.CommandTrees.DbVariableReferenceExpression * System.Data.Common.CommandTrees.DbVariableReferenceExpression -> unit
override this.OnVariableRebound : System.Data.Common.CommandTrees.DbVariableReferenceExpression * System.Data.Common.CommandTrees.DbVariableReferenceExpression -> unit
Protected Overridable Sub OnVariableRebound (fromVarRef As DbVariableReferenceExpression, toVarRef As DbVariableReferenceExpression)

Parameters

fromVarRef
DbVariableReferenceExpression

The location of the variable.

toVarRef
DbVariableReferenceExpression

The reference of the variable where it is rebounded.

Applies to