次の方法で共有


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

再バウンドされる変数の参照。

属性

適用対象