DefaultExpressionVisitor.OnVariableRebound 方法

定义

当重新对表达式访问程序绑定变量时表示事件。

[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)

参数

fromVarRef
DbVariableReferenceExpression

变量的位置。

toVarRef
DbVariableReferenceExpression

被重新绑定的变量的引用。

属性

适用于