1 write to AggregateKind
System.Data.Entity (1)
System\Data\Common\EntitySql\SemanticResolver.cs (1)
1126
AggregateKind
= aggregateKind;
6 references to AggregateKind
System.Data.Entity (6)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (5)
3730
switch (groupAggregateInfo.
AggregateKind
)
3743
Debug.Fail("Unexpected group aggregate kind:" + groupAggregateInfo.
AggregateKind
.ToString());
3797
.Where(groupAggregateInfo => groupAggregateInfo.
AggregateKind
== GroupAggregateKind.Function)
3861
groupAggregateInfo.
AggregateKind
== GroupAggregateKind.Partition, "DbFunctionAggregate's with duplicate names are not allowed.");
3898
if (groupAggregateInfo.
AggregateKind
== GroupAggregateKind.Partition)
System\Data\Common\EntitySql\SemanticResolver.cs (1)
427
switch (expressionInterpretationContext.
AggregateKind
)