DefaultExpressionVisitor.OnEnterScope Method (IEnumerable<DbVariableReferenceExpression>)
Represents an event when entering the scope for the expression visitor with specified scope variables.
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.