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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.