Share via


DefaultExpressionVisitor.OnEnterScope Method

Definition

Represents an event when entering the scope for the expression visitor with specified scope variables.

protected virtual void OnEnterScope (System.Collections.Generic.IEnumerable<System.Data.Entity.Core.Common.CommandTrees.DbVariableReferenceExpression> scopeVariables);
abstract member OnEnterScope : seq<System.Data.Entity.Core.Common.CommandTrees.DbVariableReferenceExpression> -> unit
override this.OnEnterScope : seq<System.Data.Entity.Core.Common.CommandTrees.DbVariableReferenceExpression> -> unit
Protected Overridable Sub OnEnterScope (scopeVariables As IEnumerable(Of DbVariableReferenceExpression))

Parameters

scopeVariables
IEnumerable<DbVariableReferenceExpression>

The collection of scope variables.

Applies to