DefaultExpressionVisitor.OnVariableRebound Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.