5 references to Function
System.Data.Entity (5)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (3)
3467
using (sr.EnterGroupKeyDefinition(GroupAggregateKind.
Function
, aliasedExpr.ErrCtx, out functionAggregateInfo))
3732
case GroupAggregateKind.
Function
:
3797
.Where(groupAggregateInfo => groupAggregateInfo.AggregateKind == GroupAggregateKind.
Function
)
System\Data\Common\EntitySql\SemanticResolver.cs (2)
429
case GroupAggregateKind.
Function
:
1457
: base(GroupAggregateKind.
Function
, methodExpr, errCtx, containingAggregate, definingScopeRegion)