6 references to Partition
System.Data.Entity (6)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (4)
3479using (sr.EnterGroupKeyDefinition(GroupAggregateKind.Partition, aliasedExpr.ErrCtx, out groupPartitionInfo)) 3738case GroupAggregateKind.Partition: 3861groupAggregateInfo.AggregateKind == GroupAggregateKind.Partition, "DbFunctionAggregate's with duplicate names are not allowed."); 3898if (groupAggregateInfo.AggregateKind == GroupAggregateKind.Partition)
System\Data\Common\EntitySql\SemanticResolver.cs (2)
436case GroupAggregateKind.Partition: 1475: base(GroupAggregateKind.Partition, groupPartitionExpr, errCtx, containingAggregate, definingScopeRegion)