Compartir a través de


DefaultExpressionVisitor.OnVariableRebound Método

Definición

Representa un evento cuando la variable se vuelve a enlazar para el visitante de expresiones.

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

Parámetros

fromVarRef
DbVariableReferenceExpression

Ubicación de la variable.

toVarRef
DbVariableReferenceExpression

La referencia de la variable donde se rebota.

Atributos

Se aplica a