DefaultExpressionVisitor.OnEnterScope Method (IEnumerable<DbVariableReferenceExpression>)

 

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

Namespace:   System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)

protected virtual void OnEnterScope(
	IEnumerable<DbVariableReferenceExpression> scopeVariables
)

Parameters

scopeVariables
Type: System.Collections.Generic.IEnumerable<DbVariableReferenceExpression>

The collection of scope variables.