8 references to GroupVariable
System.Data.Entity (8)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (3)
93
this.RebindVariable(binding.
GroupVariable
, result.
GroupVariable
);
963
this.EnterScope(newInput.
GroupVariable
);
System\Data\Common\CommandTrees\ExpressionBindings.cs (2)
71
/// also provides access to the group element via the <seealso cref="
GroupVariable
"/> variable reference
133
_groupAggregate = DbExpressionBuilder.GroupAggregate(this.
GroupVariable
);
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
3409
((SourceScopeEntry)scopeEntry).AdjustToGroupVar(groupInputBinding.Variable, groupInputBinding.
GroupVariable
, groupAggregateBinding.Variable);
System\Data\Common\EntitySql\StaticContext.cs (1)
130
/// Returns <see cref="DbGroupExpressionBinding.
GroupVariable
"/> based expression during the <see cref="DbGroupByExpression"/> construction process, otherwise null.
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
281
get { return (_referenceGroup ? _binding.
GroupVariable
: _binding.Variable); }